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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 怨? | 100010011000010100111111 | 89853f |
EUC-JP | 怨? | 101100011110010100111111 | b1e53f |
UTF-8 | 怨될 | 111001101000000010101000111010111001000010100000 | e680a8eb90a0 |
UHC | 怨될 | 11101010101100111011010111001001 | eab3b5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)