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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鹽??鹽??B | 111010100110010000111111001111111110101001100100001111110011111101000010 | ea643f3fea643f3f42 |
EUC-JP | 鹽??鹽??B | 111100111100010100111111001111111111001111000101001111110011111101000010 | f3c53f3ff3c53f3f42 |
UTF-8 | 鹽띻깿鹽띻깿B | 11101001101110011011110111101011100111011011101111101010101110011011111111101001101110011011110111101011100111011011101111101010101110011011111101000010 | e9b9bdeb9dbbeab9bfe9b9bdeb9dbbeab9bf42 |
UHC | 鹽띻깿鹽띻깿B | 11100111101001001000110111101010100000111010100011100111101001001000110111101010100000111010100001000010 | e7a48dea83a8e7a48dea83a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)