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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 妺ソソ | 11111010101001011011111110111111 | faa5bfbf |
EUC-JP | 妺ソソ | 10001111101110011011011110001110101111111000111010111111 | 8fb9b78ebf8ebf |
UTF-8 | 妺ソソ | 111001011010011010111010111011111011110110111111111011111011110110111111 | e5a6baefbdbfefbdbf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)