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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 葆駈輯SB | 1110010011011100100010111110110110001111010100110101001101000010 | e4dc8bed8f535342 |
EUC-JP | 葆駈輯SB | 1110100011011110101101101110111110111101101101000101001101000010 | e8deb6efbdb45342 |
UTF-8 | 葆駈輯SB | 1110100010010001100001101110100110100111100010001110100010111100101011110101001101000010 | e89186e9a788e8bcaf5342 |
UHC | ??輯SB | 001111110011111111110010111111100101001101000010 | 3f3ff2fe5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)