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 | 皓?皓?^ | 11100001101010010011111111100001101010010011111101011110 | e1a93fe1a93f5e |
EUC-JP | 皓?皓?^ | 11100010101010110011111111100010101010110011111101011110 | e2ab3fe2ab3f5e |
UTF-8 | 皓㎌皓㎊^ | 11100111100110101001001111100011100011101000110011100111100110101001001111100011100011101000101001011110 | e79a93e38e8ce79a93e38e8a5e |
UHC | 皓㎌皓㎊^ | 111110111101001110100111110111101111101111010011101001111101110001011110 | fbd3a7defbd3a7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)