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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鳥?缺肢 | 10010010101110010011111111100011100111101000111010001000 | 92b93fe39e8e88 |
EUC-JP | 鳥?缺肢 | 11000100101110110011111111100101111111101011101111101000 | c4bb3fe5febbe8 |
UTF-8 | 鳥잰缺肢 | 111010011011001110100101111011001001111010110000111001111011110010111010111010001000001010100010 | e9b3a5ec9eb0e7bcbae882a2 |
UHC | 鳥잰缺肢 | 1111000011101000110000001110100111001100110000001111001010110110 | f0e8c0e9ccc0f2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)