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 | 韋ケ蜈 | 1110100011101000101110011110010110000101 | e8e8b9e585 |
EUC-JP | 韋ケ蜈 | 111100001110101010001110101110011110100111100101 | f0ea8eb9e9e5 |
UTF-8 | 韋ケ蜈 | 111010011001111110001011111011111011110110111001111010001001110010001000 | e99f8befbdb9e89c88 |
UHC | 韋?蜈 | 1110101011011111001111111110100010100101 | eadf3fe8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)