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 | ???壓? | 001111110011111100111111100110101101100000111111 | 3f3f3f9ad83f |
EUC-JP | ???壓? | 001111110011111100111111110101001101101000111111 | 3f3f3fd4da3f |
UTF-8 | 렳렳렰壓롉 | 111010111010000010110011111010111010000010110011111010111010000010110000111001011010001110010011111010111010000110001001 | eba0b3eba0b3eba0b0e5a393eba189 |
UHC | 렳렳렰壓롉 | 10001110110000001000111011000000100011101011110111100100111000101000111011001111 | 8ec08ec08ebde4e28ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)