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 | ?® | 0011111110101110 | 3fae |
SJIS-WIN | 瓦? | 100010101010001000111111 | 8aa23f |
EUC-JP | 瓦® | 1011010010100100100011111010001011101110 | b4a48fa2ee |
UTF-8 | 瓦® | 1110011110010011101001101100001010101110 | e793a6c2ae |
UHC | 瓦® | 11101000101111111010001011100111 | e8bfa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)