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 | TLhTL | 10011101010101000100110001101000100111010101010001001100 | 9d544c689d544c |
SJIS-WIN | ?TLh?TL | 00111111010101000100110001101000001111110101010001001100 | 3f544c683f544c |
EUC-JP | ?TLh?TL | 00111111010101000100110001101000001111110101010001001100 | 3f544c683f544c |
UTF-8 | TLhTL | 110000101001110101010100010011000110100011000010100111010101010001001100 | c29d544c68c29d544c |
UHC | ?TLh?TL | 00111111010101000100110001101000001111110101010001001100 | 3f544c683f544c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)