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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 柴示¬F | 10001110110001001000111010100110100000011100101001000110 | 8ec48ea681ca46 |
EUC-JP | 柴示¬F | 10111100110001101011110010101000101000101100110001000110 | bcc6bca8a2cc46 |
UTF-8 | 柴示¬F | 11100110100111111011010011100111101001001011101011101111101111111010001001000110 | e69fb4e7a4baefbfa246 |
UHC | 柴示¬F | 11100011110000111110001111000110101000011111111001000110 | e3c3e3c6a1fe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)