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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??意?沮 | 00111111001111111000100011010011001111111001111110011100 | 3f3f88d33f9f9c |
EUC-JP | ??意?沮 | 00111111001111111011000011010101001111111101110111111100 | 3f3fb0d53fddfc |
UTF-8 | 易렕意렏沮 | 111011111010011110100000111010111010000010010101111001101000010010001111111010111010000010001111111001101011001010101110 | efa7a0eba095e6848feba08fe6b2ae |
UHC | 易렕意렏沮 | 11101100101011111000111010101010111010111111001010001110101001011110111011000001 | ecaf8eaaebf28ea5eec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)