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 | ??L??h | 001111110011111101001100001111110011111101101000 | 3f3f4c3f3f68 |
SJIS-WIN | テ、Lテサh | 110000111010010001001100110000111011101101101000 | c3a44cc3bb68 |
EUC-JP | テ、Lテサh | 10001110110000111000111010100100010011001000111011000011100011101011101101101000 | 8ec38ea44c8ec38ebb68 |
UTF-8 | テ、Lテサh | 1110111110111110100000111110111110111101101001000100110011101111101111101000001111101111101111011011101101101000 | efbe83efbda44cefbe83efbdbb68 |
UHC | ??L??h | 001111110011111101001100001111110011111101101000 | 3f3f4c3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)