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 | 赤?卞 | 1001000011010100001111111001100111000100 | 90d43f99c4 |
EUC-JP | 赤?卞 | 1100000011010110001111111101001011000110 | c0d63fd2c6 |
UTF-8 | 赤띤卞 | 111010001011010110100100111010111001110110100100111001011000110110011110 | e8b5a4eb9da4e58d9e |
UHC | 赤띤卞 | 111011101110010110110110111011011101110010100110 | eee5b6eddca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)