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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 挌瑠 | 10011101011001111001011111011010 | 9d6797da |
EUC-JP | 挌瑠 | 11011001110010001100111011011100 | d9c8cedc |
UTF-8 | 挌瑠 | 111001101000110010001100111001111001000110100000 | e68c8ce791a0 |
UHC | ?瑠 | 001111111101011110111001 | 3fd7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)