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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瑚?瑚?^ | 10001100111010000011111110001100111010000011111101011110 | 8ce83f8ce83f5e |
EUC-JP | 瑚?瑚?^ | 10111000111010100011111110111000111010100011111101011110 | b8ea3fb8ea3f5e |
UTF-8 | 瑚렡瑚렡^ | 11100111100100011001101011101011101000001010000111100111100100011001101011101011101000001010000101011110 | e7919aeba0a1e7919aeba0a15e |
UHC | 瑚렡瑚렡^ | 111110111101000110001110101100101111101111010001100011101011001001011110 | fbd18eb2fbd18eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)