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 | 逹壽エ溯捷 | 111001111001110110011010111001101011010010011111111010001000111110110111 | e79d9ae6b49fe88fb7 |
EUC-JP | 逹壽エ溯捷 | 11101101111111011101010011101000100011101011010011011110111010101011111010111001 | edfdd4e88eb4deeabeb9 |
UTF-8 | 逹壽エ溯捷 | 111010011000000010111001111001011010001110111101111011111011110110110100111001101011101010101111111001101000110110110111 | e980b9e5a3bdefbdb4e6baafe68db7 |
UHC | ?壽?溯捷 | 0011111111100001111110000011111111100001101111011111010011011111 | 3fe1f83fe1bdf4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)