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 | 碎砠 | 11100001111010101110000111100111 | e1eae1e7 |
EUC-JP | 碎砠 | 11100010111011001110001011101001 | e2ece2e9 |
UTF-8 | 碎砠 | 111001111010001010001110111001111010000010100000 | e7a28ee7a0a0 |
UHC | 碎? | 111000011110111100111111 | e1ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)