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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鹽??鹽? | 11101010011001000011111100111111111010100110010000111111 | ea643f3fea643f |
EUC-JP | 鹽??鹽? | 11110011110001010011111100111111111100111100010100111111 | f3c53f3ff3c53f |
UTF-8 | 鹽븅뮈鹽븃 | 111010011011100110111101111010111011100010000101111010111010111010001000111010011011100110111101111010111011100010000011 | e9b9bdebb885ebae88e9b9bdebb883 |
UHC | 鹽븅뮈鹽븃 | 11100111101001001011101011101001101110011011111111100111101001001011101011101000 | e7a4bae9b9bfe7a4bae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)