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 | 跪紗疾 | 111001101110110010001110110100011000111010111110 | e6ec8ed18ebe |
EUC-JP | 跪紗疾 | 111011001110111010111100110100111011110011000000 | eceebcd3bcc0 |
UTF-8 | 跪紗疾 | 111010001011011110101010111001111011010010010111111001111001011010111110 | e8b7aae7b497e796be |
UHC | ?紗疾 | 0011111111011110111010011111001011110000 | 3fdee9f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)