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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 衽シケ衽シケB | 111001011101000110111100101110011110010111010001101111001011100101000010 | e5d1bcb9e5d1bcb942 |
EUC-JP | 衽シケ衽シケB | 11101010110100111000111010111100100011101011100111101010110100111000111010111100100011101011100101000010 | ead38ebc8eb9ead38ebc8eb942 |
UTF-8 | 衽シケ衽シケB | 11101000101000011011110111101111101111011011110011101111101111011011100111101000101000011011110111101111101111011011110011101111101111011011100101000010 | e8a1bdefbdbcefbdb9e8a1bdefbdbcefbdb942 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)