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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞜匁灯鞜匁 | 11101000110111111001011011100110100100111001010011101000110111111001011011100110 | e8df96e69394e8df96e6 |
EUC-JP | 鞜匁灯鞜匁 | 11110000111000011100110011101000110001011111010011110000111000011100110011101000 | f0e1cce8c5f4f0e1cce8 |
UTF-8 | 鞜匁灯鞜匁 | 111010011001111010011100111001011000110010000001111001111000000110101111111010011001111010011100111001011000110010000001 | e99e9ce58c81e781afe99e9ce58c81 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)