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 | 髜叱社貂 | 1111110001000000100011101011011010001110110100001110011010111000 | fc408eb68ed0e6b8 |
EUC-JP | 髜叱社貂 | 100011111110100111101101101111001011100010111100110100101110110010111010 | 8fe9edbcb8bcd2ecba |
UTF-8 | 髜叱社貂 | 111010011010101110011100111001011000111110110001111001111010010010111110111010001011001010000010 | e9ab9ce58fb1e7a4bee8b282 |
UHC | ?叱社貂 | 00111111111100101110101011011110111001001111010110110000 | 3ff2eadee4f5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)