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 | 齷? | 111010101001100100111111 | ea993f |
EUC-JP | 齷? | 111100111111100100111111 | f3f93f |
UTF-8 | 齷멏 | 111010011011110110110111111010111010100110001111 | e9bdb7eba98f |
UHC | 齷멏 | 11100100110010111001000101000100 | e4cb9144 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)