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 | 誤↓ | 10001100111010111000000110101011 | 8ceb81ab |
EUC-JP | 誤↓ | 10111000111011011010001010101101 | b8eda2ad |
UTF-8 | 誤↓ | 111010001010101010100100111000101000011010010011 | e8aaa4e28693 |
UHC | 誤↓ | 11101000101001101010000111101001 | e8a6a1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)