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 | 100101101110110010000011110001110011111101000010 | 96ec83c73f42 |
EUC-JP | 野ι?B | 110011001110111010100110110010010011111101000010 | cceea6c93f42 |
UTF-8 | 野ι뇪B | 111010011000011110001110110011101011100111101011100001111010101001000010 | e9878eceb9eb87aa42 |
UHC | 野ι뇪B | 11100101101011111010010111101001100001111001000001000010 | e5afa5e9879042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)