To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?證?曉 | 001111111110011010011010001111111001110111111010 | 3fe69a3f9dfa |
EUC-JP | ?證?曉 | 001111111110101111111010001111111101101011111100 | 3febfa3fdafc |
UTF-8 | 뤴證뤜曉 | 111010111010010010110100111010001010110110001001111010111010010010011100111001101001101110001001 | eba4b4e8ad89eba49ce69b89 |
UHC | 뤴證뤜曉 | 1000111111100010111100011111101110001111110010111111110011111011 | 8fe2f1fb8fcbfcfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)