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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 螂堋 | 11100101101001011001101011000010 | e5a59ac2 |
EUC-JP | 螂堋 | 11101010101001111101010011000100 | eaa7d4c4 |
UTF-8 | 螂堋 | 111010001001111010000010111001011010000010001011 | e89e82e5a08b |
UHC | 螂? | 110101011100110000111111 | d5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)