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 | 10011010011110001110000101010101100111000111001001000010 | 9a78e1559c7242 |
EUC-JP | 噎甼徨B | 11010011110110011110000110110110110101111101001101000010 | d3d9e1b6d7d342 |
UTF-8 | 噎甼徨B | 11100101100110011000111011100111100101001011110011100101101111101010100001000010 | e5998ee794bce5bea842 |
UHC | ??徨B | 0011111100111111111111001100011101000010 | 3f3ffcc742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)