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 | 重否授 | 100011110110010010010100110110111000111011110110 | 8f6494db8ef6 |
EUC-JP | 重否授 | 101111011100010111001000110111011011110011111000 | bdc5c8ddbcf8 |
UTF-8 | 重否授 | 111010011000011110001101111001011001000010100110111001101000111010001000 | e9878de590a6e68e88 |
UHC | 重否授 | 111100011110110011011100111110101110001010100011 | f1ecdcfae2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)