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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 羣藝皀B | 11100011101110001110010101011001111000011010001101000010 | e3b8e559e1a342 |
EUC-JP | 羣藝皀B | 11100110101110101110100110111010111000101010010101000010 | e6bae9bae2a542 |
UTF-8 | 羣藝皀B | 11100111101111101010001111101000100101111001110111100111100110101000000001000010 | e7bea3e8979de79a8042 |
UHC | ?藝?B | 0011111111100111110111010011111101000010 | 3fe7dd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)