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 | 赤?? | 10010000110101000011111100111111 | 90d43f3f |
EUC-JP | 赤?? | 11000000110101100011111100111111 | c0d63f3f |
UTF-8 | 赤띳렰 | 111010001011010110100100111010111001110110110011111010111010000010110000 | e8b5a4eb9db3eba0b0 |
UHC | 赤띳렰 | 111011101110010110110110111100011000111010111101 | eee5b6f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)