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ミ | 11101000111101111000001011100011100000101000111011010000 | e8f782e3828ed0 |
EUC-JP | 顆ゅnミ | 1111000011111001101001001110010110100011111011101000111011010000 | f0f9a4e5a3ee8ed0 |
UTF-8 | 顆ゅnミ | 111010011010000110000110111000111000001010000101111011111011110110001110111011111011111010010000 | e9a186e38285efbd8eefbe90 |
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)