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 | 瑚圻 | 10001100111010001001101010101011 | 8ce89aab |
EUC-JP | 瑚圻 | 10111000111010101101010010101101 | b8ead4ad |
UTF-8 | 瑚圻 | 111001111001000110011010111001011001110010111011 | e7919ae59cbb |
UHC | 瑚圻 | 11111011110100011101000011110000 | fbd1d0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)