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 | 譽?譽?^ | 11100110101000110011111111100110101000110011111101011110 | e6a33fe6a33f5e |
EUC-JP | 譽?譽?^ | 11101100101001010011111111101100101001010011111101011110 | eca53feca53f5e |
UTF-8 | 譽쌖譽쌖^ | 11101000101011011011110111101100100011001001011011101000101011011011110111101100100011001001011001011110 | e8adbdec8c96e8adbdec8c965e |
UHC | 譽쌖譽쌖^ | 111001111110001010011011010001001110011111100010100110110100010001011110 | e7e29b44e7e29b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)