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 | 韆樣 | 11101000111001101001111011101001 | e8e69ee9 |
EUC-JP | 韆樣 | 11110000111010001101110011101011 | f0e8dceb |
UTF-8 | 韆樣 | 111010011001111110000110111001101010100010100011 | e99f86e6a8a3 |
UHC | 韆樣 | 11110100110001111110010111000110 | f4c7e5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)