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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 曄??^ | 1001111001000000001111110011111101011110 | 9e403f3f5e |
EUC-JP | 曄??^ | 1101101110100001001111110011111101011110 | dba13f3f5e |
UTF-8 | 曄쒕젺^ | 11100110100110111000010011101100100100101001010111101100101000001011101001011110 | e69b84ec9295eca0ba5e |
UHC | 曄쒕젺^ | 11100111101001011001110011101011101000001010110101011110 | e7a59ceba0ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)