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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譟櫁迫 | 111001101001111110011110111010001001010010010111 | e69f9ee89497 |
EUC-JP | 譟櫁迫 | 111011001010000111011100111010101100011111110111 | eca1dceac7f7 |
UTF-8 | 譟櫁迫 | 111010001010110110011111111001101010101110000001111010001011111110101011 | e8ad9fe6ab81e8bfab |
UHC | ??迫 | 00111111001111111101101011011110 | 3f3fdade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)