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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 嚶嚶^ | 1001101010001101100110101000110101011110 | 9a8d9a8d5e |
EUC-JP | 嚶嚶^ | 1101001111101101110100111110110101011110 | d3edd3ed5e |
UTF-8 | 嚶嚶^ | 11100101100110101011011011100101100110101011011001011110 | e59ab6e59ab65e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)