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 | ?療賭 | 0011111110010111110000111001001101110001 | 3f97c39371 |
EUC-JP | ?療賭 | 0011111111001110110001011100010111010010 | 3fcec5c5d2 |
UTF-8 | 뤢療賭 | 111010111010010010100010111001111001100110000010111010001011001110101101 | eba4a2e79982e8b3ad |
UHC | 뤢療賭 | 100011111101000011010110111110111101010010101110 | 8fd0d6fbd4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)