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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?沁⊂? | 001111111001111110001110100000011011110000111111 | 3f9f8e81bc3f |
EUC-JP | ?沁⊂? | 001111111101110111101110101000101011111000111111 | 3fddeea2be3f |
UTF-8 | 룶沁⊂룴 | 111010111010001110110110111001101011001010000001111000101000101010000010111010111010001110110100 | eba3b6e6b281e28a82eba3b4 |
UHC | 룶沁⊂룴 | 1000111110101011111000111111111010100001111110001000111110101001 | 8fabe3fea1f88fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)