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 | 鰒嶬^ | 1110100111010110100110111101001001011110 | e9d69bd25e |
EUC-JP | 鰒嶬^ | 1111001011011000110101101101010001011110 | f2d8d6d45e |
UTF-8 | 鰒嶬^ | 11101001101100001001001011100101101101101010110001011110 | e9b092e5b6ac5e |
UHC | 鰒?^ | 11011100111000010011111101011110 | dce13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)