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 | 辞蒔煮 | 100011101010101110001110101010101000111011001111 | 8eab8eaa8ecf |
EUC-JP | 辞蒔煮 | 101111001010110110111100101011001011110011010001 | bcadbcacbcd1 |
UTF-8 | 辞蒔煮 | 111010001011111010011110111010001001001010010100111001111000010110101110 | e8be9ee89294e785ae |
UHC | ?蒔煮 | 0011111111100011110010001110110110110100 | 3fe3c8edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)