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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 曄??曄??^ | 100111100100000000111111001111111001111001000000001111110011111101011110 | 9e403f3f9e403f3f5e |
EUC-JP | 曄??曄??^ | 110110111010000100111111001111111101101110100001001111110011111101011110 | dba13f3fdba13f3f5e |
UTF-8 | 曄쒕젺曄쒕젺^ | 11100110100110111000010011101100100100101001010111101100101000001011101011100110100110111000010011101100100100101001010111101100101000001011101001011110 | e69b84ec9295eca0bae69b84ec9295eca0ba5e |
UHC | 曄쒕젺曄쒕젺^ | 11100111101001011001110011101011101000001010110111100111101001011001110011101011101000001010110101011110 | e7a59ceba0ade7a59ceba0ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)