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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
UTF-8 | 李쇳슙泥퀰\ | 11101111101001111010000111101100100001111011001111101100100010101001100111101111101001111010001111101101100000001011000001011100 | efa7a1ec87b3ec8a99efa7a3ed80b05c |
UHC | 李쇳슙泥퀰\ | 1110110010110000101111001110110110011010101001111110110010110010101101000100001101011100 | ecb0bced9aa7ecb2b4435c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)