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 | LTIVF | 100100100100110010010010010101001001001001001001100100100101011001000110 | 924c92549249925646 |
SJIS-WIN | ?L?T?I?VF | 001111110100110000111111010101000011111101001001001111110101011001000110 | 3f4c3f543f493f5646 |
EUC-JP | ?L?T?I?VF | 001111110100110000111111010101000011111101001001001111110101011001000110 | 3f4c3f543f493f5646 |
UTF-8 | LTIVF | 11000010100100100100110011000010100100100101010011000010100100100100100111000010100100100101011001000110 | c2924cc29254c29249c2925646 |
UHC | ?L?T?I?VF | 001111110100110000111111010101000011111101001001001111110101011001000110 | 3f4c3f543f493f5646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)