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 | ?B? | 001111110100001000111111 | 3f423f |
SJIS-WIN | 瞭B? | 10010111110001000100001000111111 | 97c4423f |
EUC-JP | 瞭B? | 11001110110001100100001000111111 | cec6423f |
UTF-8 | 瞭B풍 | 11100111100111101010110101000010111011011001001010001101 | e79ead42ed928d |
UHC | 瞭B풍 | 1101011011111100010000101100011110110011 | d6fc42c7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)