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 | 蝸諷隘 | 111001011001011111100110100001011110100010100101 | e597e685e8a5 |
EUC-JP | 蝸諷隘 | 111010011111011111101011111001011111000010100111 | e9f7ebe5f0a7 |
UTF-8 | 蝸諷隘 | 111010001001110110111000111010001010101110110111111010011001101010011000 | e89db8e8abb7e99a98 |
UHC | 蝸諷隘 | 111010001100010011111001101001001110010011110110 | e8c4f9a4e4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)