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 | 蓴?賊 | 1110010011110001001111111001000110101111 | e4f13f91af |
EUC-JP | 蓴焰賊 | 11101000111100111000111111001001111011111100001010110001 | e8f38fc9efc2b1 |
UTF-8 | 蓴焰賊 | 111010001001001110110100111001111000010010110000111010001011001110001010 | e893b4e784b0e8b38a |
UHC | 蓴焰賊 | 111000101111000111100110111110111110111011100100 | e2f1e6fbeee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)