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´H | 1001001001001100100100100100100010010001101101001001001001001000 | 924c924891b49248 |
SJIS-WIN | ?L?H?´?H | 001111110100110000111111010010000011111110000001010011000011111101001000 | 3f4c3f483f814c3f48 |
EUC-JP | ?L?H?´?H | 001111110100110000111111010010000011111110100001101011010011111101001000 | 3f4c3f483fa1ad3f48 |
UTF-8 | LH´H | 11000010100100100100110011000010100100100100100011000010100100011100001010110100110000101001001001001000 | c2924cc29248c291c2b4c29248 |
UHC | ?L?H?´?H | 001111110100110000111111010010000011111110100010101001010011111101001000 | 3f4c3f483fa2a53f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)