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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鳥?缺 | 1001001010111001001111111110001110011110 | 92b93fe39e |
EUC-JP | 鳥?缺 | 1100010010111011001111111110010111111110 | c4bb3fe5fe |
UTF-8 | 鳥잰缺 | 111010011011001110100101111011001001111010110000111001111011110010111010 | e9b3a5ec9eb0e7bcba |
UHC | 鳥잰缺 | 111100001110100011000000111010011100110011000000 | f0e8c0e9ccc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)