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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 鹽?????] | 1110101001100100001111110011111100111111001111110011111101011101 | ea643f3f3f3f3f5d |
EUC-JP | 鹽?????] | 1111001111000101001111110011111100111111001111110011111101011101 | f3c53f3f3f3f3f5d |
UTF-8 | 鹽얍떧若잓뇠] | 11101001101110011011110111101100100101101000110111101011100101101010011111101111101001011011010011101100100111101001001111101011100001111010000001011101 | e9b9bdec968deb96a7efa5b4ec9e93eb87a05d |
UHC | 鹽얍떧若잓뇠] | 11100111101001001011111011100101100010111011101011100101101011101001111111101001100001111000100001011101 | e7a4bee58bbae5ae9fe987885d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)