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 | 巍?瓦 | 1001101111011001001111111000101010100010 | 9bd93f8aa2 |
EUC-JP | 巍?瓦 | 1101011011011011001111111011010010100100 | d6db3fb4a4 |
UTF-8 | 巍렡瓦 | 111001011011011110001101111010111010000010100001111001111001001110100110 | e5b78deba0a1e793a6 |
UHC | 巍렡瓦 | 111010001110010010001110101100101110100010111111 | e8e48eb2e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)