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 | ???cB | 0011111100111111001111110110001101000010 | 3f3f3f6342 |
SJIS-WIN | 葆駈輯cB | 1110010011011100100010111110110110001111010100110110001101000010 | e4dc8bed8f536342 |
EUC-JP | 葆駈輯cB | 1110100011011110101101101110111110111101101101000110001101000010 | e8deb6efbdb46342 |
UTF-8 | 葆駈輯cB | 1110100010010001100001101110100110100111100010001110100010111100101011110110001101000010 | e89186e9a788e8bcaf6342 |
UHC | ??輯cB | 001111110011111111110010111111100110001101000010 | 3f3ff2fe6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)