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 | 惟?墨 | 1000100011010010001111111001011001101110 | 88d23f966e |
EUC-JP | 惟?墨 | 1011000011010100001111111100101111001111 | b0d43fcbcf |
UTF-8 | 惟몌墨 | 111001101000001110011111111010111010101010001100111001011010001010101000 | e6839febaa8ce5a2a8 |
UHC | 惟몌墨 | 111010101110111010111000111011111101100111111000 | eaeeb8efd9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)