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 | 貞糴瑯 | 100100101110010111100010111110011110000011100101 | 92e5e2f9e0e5 |
EUC-JP | 貞糴瑯 | 110001001110011111100100111110111110000011100111 | c4e7e4fbe0e7 |
UTF-8 | 貞糴瑯 | 111010001011001010011110111001111011001110110100111001111001000110101111 | e8b29ee7b3b4e791af |
UHC | 貞?瑯 | 1110111111110110001111111101010111001011 | eff63fd5cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)