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 | 齷頊 | 1111001111111001100011111110011111110100 | f3f98fe7f4 |
UTF-8 | 齷頊 | 111010011011110110110111111010011010000010001010 | e9bdb7e9a08a |
UHC | 齷頊 | 11100100110010111110100111110101 | e4cbe9f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)