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 | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 豸イK | 11100110101101101011001001001011 | e6b6b24b |
EUC-JP | 豸イK | 1110110010111000100011101011001001001011 | ecb88eb24b |
UTF-8 | 豸イK | 11101000101100011011100011101111101111011011001001001011 | e8b1b8efbdb24b |
UHC | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)