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 | ??@B | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 怨?@B | 1000100110000101001111110100000001000010 | 89853f4042 |
EUC-JP | 怨?@B | 1011000111100101001111110100000001000010 | b1e53f4042 |
UTF-8 | 怨렠@B | 1110011010000000101010001110101110100000101000000100000001000010 | e680a8eba0a04042 |
UHC | 怨렠@B | 111010101011001110001110101100010100000001000010 | eab38eb14042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)