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 | 餓? | 100010011110110000111111 | 89ec3f |
EUC-JP | 餓? | 101100101110111000111111 | b2ee3f |
UTF-8 | 餓뽬 | 111010011010010010010011111010111011110110101100 | e9a493ebbdac |
UHC | 餓뽬 | 11100100101110111001011011101000 | e4bb96e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)