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 | 魍貅堊 | 111010011011000111100110101110101001101010111111 | e9b1e6ba9abf |
EUC-JP | 魍貅堊 | 111100101011001111101100101111001101010011000001 | f2b3ecbcd4c1 |
UTF-8 | 魍貅堊 | 111010011010110110001101111010001011001010000101111001011010000010001010 | e9ad8de8b285e5a08a |
UHC | ??堊 | 00111111001111111110010010111110 | 3f3fe4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)