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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 險拏BF | 111010001010100010011101010110110100001001000110 | e8a89d5b4246 |
EUC-JP | 險拏BF | 111100001010101011011001101111000100001001000110 | f0aad9bc4246 |
UTF-8 | 險拏BF | 1110100110011010101010101110011010001011100011110100001001000110 | e99aaae68b8f4246 |
UHC | 險拏BF | 111110101100111111010001110110010100001001000110 | facfd1d94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)