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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 冕 冕 B | 100110010110101010000001010000001001100101101010100000010100000001000010 | 996a8140996a814042 |
EUC-JP | 冕 冕 B | 110100011100101110100001101000011101000111001011101000011010000101000010 | d1cba1a1d1cba1a142 |
UTF-8 | 冕 冕 B | 11100101100001101001010111100011100000001000000011100101100001101001010111100011100000001000000001000010 | e58695e38080e58695e3808042 |
UHC | 冕 冕 B | 110110001111010010100001101000011101100011110100101000011010000101000010 | d8f4a1a1d8f4a1a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)