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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ??煙徇h | 00111111001111111000100110001100100111000110110101101000 | 3f3f898c9c6d68 |
EUC-JP | ??煙徇h | 00111111001111111011000111101100110101111100111001101000 | 3f3fb1ecd7ce68 |
UTF-8 | 롇롗煙徇h | 11101011101000011000011111101011101000011001011111100111100001011001100111100101101111101000011101101000 | eba187eba197e78599e5be8768 |
UHC | 롇롗煙徇h | 100011101100110110001110110110111110011011010101111000101101111101101000 | 8ecd8edbe6d5e2df68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)