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 | 雲?h齬? | 1000100101011111001111111000001010001000111010101001011100111111 | 895f3f8288ea973f |
EUC-JP | 雲?h齬? | 1011000111000000001111111010001111101000111100111111011100111111 | b1c03fa3e8f3f73f |
UTF-8 | 雲뜹h齬엔 | 111010011001101110110010111010111001110010111001111011111011110110001000111010011011110110101100111011001001011110010100 | e99bb2eb9cb9efbd88e9bdacec9794 |
UHC | 雲뜹h齬엔 | 11101010101000111011011011100101101000111110100011100101111000011011111110100011 | eaa3b6e5a3e8e5e1bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)