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 | 鉞?麓 | 1110011111100110001111111001100001011011 | e7e63f985b |
EUC-JP | 鉞璇麓 | 11101110111010001000111111001100110011111100111110111100 | eee88fcccfcfbc |
UTF-8 | 鉞璇麓 | 111010011000100110011110111001111001001010000111111010011011101010010011 | e9899ee79287e9ba93 |
UHC | 鉞璇麓 | 111010101100011111100000110001101101011011100100 | eac7e0c6d6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)