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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 렳롈렶렞롚렚얘 | 111010111010000010110011111010111010000110001000111010111010000010110110111010111010000010011110111010111010000110011010111010111010000010011010111011001001011010011000 | eba0b3eba188eba0b6eba09eeba19aeba09aec9698 |
UHC | 렳롈렶렞롚렚얘 | 1000111011000000100011101100111010001110110000011000111010101111100011101101111010001110101011011011111011101010 | 8ec08ece8ec18eaf8ede8eadbeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)