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 | ??餘 | 00111111001111111110100101010000 | 3f3fe950 |
EUC-JP | ??餘 | 00111111001111111111000110110001 | 3f3ff1b1 |
UTF-8 | 렼렣餘 | 111010111010000010111100111010111010000010100011111010011010010010011000 | eba0bceba0a3e9a498 |
UHC | 렼렣餘 | 100011101100010010001110101101001110011010101110 | 8ec48eb4e6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)