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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 驕蚤B | 1110100110000001100101000110000101000010 | e981946142 |
EUC-JP | 驕蚤B | 1111000111100001110001111100001001000010 | f1e1c7c242 |
UTF-8 | 驕蚤B | 11101001101010011001010111101000100110101010010001000010 | e9a995e89aa442 |
UHC | 驕蚤B | 1100111011110110111100001101111001000010 | cef6f0de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)