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 | LH¥Z | 10010010010011001001001001001000100100011010010101011010 | 924c924891a55a |
SJIS-WIN | ?L?H?¥Z | 0011111101001100001111110100100000111111100000011000111101011010 | 3f4c3f483f818f5a |
EUC-JP | ?L?H??Z | 00111111010011000011111101001000001111110011111101011010 | 3f4c3f483f3f5a |
UTF-8 | LH¥Z | 1100001010010010010011001100001010010010010010001100001010010001110000101010010101011010 | c2924cc29248c291c2a55a |
UHC | ?L?H??Z | 00111111010011000011111101001000001111110011111101011010 | 3f4c3f483f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)