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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑚?雨 | 1000110011101000001111111000100101001010 | 8ce83f894a |
EUC-JP | 瑚?雨 | 1011100011101010001111111011000110101011 | b8ea3fb1ab |
UTF-8 | 瑚렞雨 | 111001111001000110011010111010111010000010011110111010011001101110101000 | e7919aeba09ee99ba8 |
UHC | 瑚렞雨 | 111110111101000110001110101011111110100111101011 | fbd18eafe9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)