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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | 移貽[ | 1000100011011010111001101100010001011011 | 88dae6c45b |
EUC-JP | 移貽[ | 1011000011011100111011001100011001011011 | b0dcecc65b |
UTF-8 | 移貽[ | 11100111101001111011101111101000101100101011110101011011 | e7a7bbe8b2bd5b |
UHC | 移貽[ | 1110110010111001111011001100001001011011 | ecb9ecc25b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)