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 | 駿沽 | 10001111011110001001111110011000 | 8f789f98 |
EUC-JP | 駿沽 | 10111101110110011101110111111000 | bdd9ddf8 |
UTF-8 | 駿沽 | 111010011010011110111111111001101011001010111101 | e9a7bfe6b2bd |
UHC | 駿沽 | 11110001111001111100110110111111 | f1e7cdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)