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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 獺竟 | 11100000110110101110100011101101 | e0dae8ed |
EUC-JP | 獺竟 | 11100000110111001111000011101111 | e0dcf0ef |
UTF-8 | 獺竟 | 111001111000110110111010111001111010101110011111 | e78dbae7ab9f |
UHC | 獺竟 | 11010011101101111100110011100101 | d3b7cce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)