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 | 顆ゅn蕀 | 1110100011110111100000101110001110000010100011101110010011111001 | e8f782e3828ee4f9 |
EUC-JP | 顆ゅn蕀 | 1111000011111001101001001110010110100011111011101110100011111011 | f0f9a4e5a3eee8fb |
UTF-8 | 顆ゅn蕀 | 111010011010000110000110111000111000001010000101111011111011110110001110111010001001010110000000 | e9a186e38285efbd8ee89580 |
UHC | 顆ゅn? | 11001110101010001010101011100101101000111110111000111111 | cea8aae5a3ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)