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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闕蝉サカ蟾櫁 | 11101000100011011001000011100100101110111011011011100101101101111001111011101000 | e88d90e4bbb6e5b79ee8 |
EUC-JP | 闕蝉サカ蟾櫁 | 111011111110110111000000111001101000111010111011100011101011011011101010101110011101110011101010 | efedc0e68ebb8eb6eab9dcea |
UTF-8 | 闕蝉サカ蟾櫁 | 111010011001011110010101111010001001110110001001111011111011110110111011111011111011110110110110111010001001111110111110111001101010101110000001 | e99795e89d89efbdbbefbdb6e89fbee6ab81 |
UHC | 闕???蟾? | 1100111111110100001111110011111100111111111000001110101000111111 | cff43f3f3fe0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)