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 | 弔??弔??^ | 100100101010001000111111001111111001001010100010001111110011111101011110 | 92a23f3f92a23f3f5e |
EUC-JP | 弔??弔??^ | 110001001010010000111111001111111100010010100100001111110011111101011110 | c4a43f3fc4a43f3f5e |
UTF-8 | 弔렫롚弔렫롘^ | 11100101101111001001010011101011101000001010101111101011101000011001101011100101101111001001010011101011101000001010101111101011101000011001100001011110 | e5bc94eba0abeba19ae5bc94eba0abeba1985e |
UHC | 弔렫롚弔렫롘^ | 11110000110000001000111010111001100011101101111011110000110000001000111010111001100011101101110001011110 | f0c08eb98edef0c08eb98edc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)