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 | 廾憂 | 10011100010011111001011101001010 | 9c4f974a |
EUC-JP | 廾憂 | 11010111101100001100110110101011 | d7b0cdab |
UTF-8 | 廾憂 | 111001011011101110111110111001101000011010000010 | e5bbbee68682 |
UHC | ?憂 | 001111111110100111011000 | 3fe9d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)