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 | 蝸懍剴 | 111001011001011110011100111011001001100110010011 | e5979cec9993 |
EUC-JP | 蝸懍剴 | 111010011111011111011000111011101101000111110011 | e9f7d8eed1f3 |
UTF-8 | 蝸懍剴 | 111010001001110110111000111001101000011110001101111001011000100110110100 | e89db8e6878de589b4 |
UHC | 蝸?? | 11101000110001000011111100111111 | e8c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)