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 | 膓g辱 | 111001000101010110000010100001111001000001001010 | e4558287904a |
EUC-JP | 膓g辱 | 111001111011011010100011111001111011111110101011 | e7b6a3e7bfab |
UTF-8 | 膓g辱 | 111010001000011010010011111011111011110110000111111010001011111010110001 | e88693efbd87e8beb1 |
UHC | ?g辱 | 0011111110100011111001111110100110110100 | 3fa3e7e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)