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 | 逅鶩 | 11100111100100001110101001001110 | e790ea4e |
EUC-JP | 逅鶩 | 11101101111100001111001110101111 | edf0f3af |
UTF-8 | 逅鶩 | 111010011000000010000101111010011011011010101001 | e98085e9b6a9 |
UHC | 逅鶩 | 11111101101100011101100111010000 | fdb1d9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)