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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | シシ衽シシ衽^ | 101111001011110011100101110100011011110010111100111001011101000101011110 | bcbce5d1bcbce5d15e |
EUC-JP | シシ衽シシ衽^ | 10001110101111001000111010111100111010101101001110001110101111001000111010111100111010101101001101011110 | 8ebc8ebcead38ebc8ebcead35e |
UTF-8 | シシ衽シシ衽^ | 11101111101111011011110011101111101111011011110011101000101000011011110111101111101111011011110011101111101111011011110011101000101000011011110101011110 | efbdbcefbdbce8a1bdefbdbcefbdbce8a1bd5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)