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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?警蜚 | 0011111110001100011110001110010110010100 | 3f8c78e594 |
EUC-JP | 薏警蜚 | 10001111110110011101111010110111110110011110100111110100 | 8fd9deb7d9e9f4 |
UTF-8 | 薏警蜚 | 111010001001011010001111111010001010110110100110111010001001110010011010 | e8968fe8ada6e89c9a |
UHC | 薏警蜚 | 111010111111101111001100111011011101111010100100 | ebfbcceddea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)