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 | 謇ユ | 11100110100010011000001110000110 | e6898386 |
EUC-JP | 謇ユ | 11101011111010011010010111100110 | ebe9a5e6 |
UTF-8 | 謇ユ | 111010001010110010000111111000111000001110100110 | e8ac87e383a6 |
UHC | ?ユ | 001111111010101111100110 | 3fabe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)