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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 蜆キH | 11100101100001001011011101001000 | e584b748 |
EUC-JP | 蜆キH | 1110100111100100100011101011011101001000 | e9e48eb748 |
UTF-8 | 蜆キH | 11101000100111001000011011101111101111011011011101001000 | e89c86efbdb748 |
UHC | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)