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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雲?h齬 | 10001001010111110011111110000010100010001110101010010111 | 895f3f8288ea97 |
EUC-JP | 雲?h齬 | 10110001110000000011111110100011111010001111001111110111 | b1c03fa3e8f3f7 |
UTF-8 | 雲뜹h齬 | 111010011001101110110010111010111001110010111001111011111011110110001000111010011011110110101100 | e99bb2eb9cb9efbd88e9bdac |
UHC | 雲뜹h齬 | 1110101010100011101101101110010110100011111010001110010111100001 | eaa3b6e5a3e8e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)