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 | ???雰壇 | 00111111001111110011111110010101101101011001001001100100 | 3f3f3f95b59264 |
EUC-JP | ???雰壇 | 00111111001111110011111111001010101101111100001111000101 | 3f3f3fcab7c3c5 |
UTF-8 | 뤗횓쮲雰壇 | 111010111010010010010111111011011001101010010011111011001010111010110010111010011001101110110000111001011010001110000111 | eba497ed9a93ecaeb2e99bb0e5a387 |
UHC | 뤗횓쮲雰壇 | 10001111110001111100001110001110101010001000111111011101110101001101001110100110 | 8fc7c38ea88fddd4d3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)