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 | 顆溯ざ蒻 | 1110100011110111100111111110100010000010101101001110010011101000 | e8f79fe882b4e4e8 |
EUC-JP | 顆溯ざ蒻 | 1111000011111001110111101110101010100100101101101110100011101010 | f0f9deeaa4b6e8ea |
UTF-8 | 顆溯ざ蒻 | 111010011010000110000110111001101011101010101111111000111000000110010110111010001001001010111011 | e9a186e6baafe38196e892bb |
UHC | 顆溯ざ蒻 | 1100111010101000111000011011110110101010101101101110010110110110 | cea8e1bdaab6e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)