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 | 1110110011110110101010010100110001101000 | ecf6a94c68 |
SJIS-WIN | ???Lh | 0011111100111111001111110100110001101000 | 3f3f3f4c68 |
EUC-JP | ìö©Lh | 1000111110101011110000001000111110101011110100111000111110100010111011010100110001101000 | 8fabc08fabd38fa2ed4c68 |
UTF-8 | ìö©Lh | 1100001110101100110000111011011011000010101010010100110001101000 | c3acc3b6c2a94c68 |
UHC | ???Lh | 0011111100111111001111110100110001101000 | 3f3f3f4c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)