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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 垣矜 | 10001010010111111110000111100000 | 8a5fe1e0 |
EUC-JP | 垣矜 | 10110011110000001110001011100010 | b3c0e2e2 |
UTF-8 | 垣矜 | 111001011001111010100011111001111001111110011100 | e59ea3e79f9c |
UHC | 垣矜 | 11101010101011111101000011101000 | eaafd0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)