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 | ???鍾 | 0011111100111111001111111000111111011111 | 3f3f3f8fdf |
EUC-JP | ???鍾 | 0011111100111111001111111011111011100001 | 3f3f3fbee1 |
UTF-8 | 렠렡렣鍾 | 111010111010000010100000111010111010000010100001111010111010000010100011111010011000110110111110 | eba0a0eba0a1eba0a3e98dbe |
UHC | 렠렡렣鍾 | 1000111010110001100011101011001010001110101101001111000110100011 | 8eb18eb28eb4f1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)