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 | 竇オ荳シ | 11100010100001011011010111100100101110001000001101010110 | e285b5e4b88356 |
EUC-JP | 竇オ荳シ | 1110001111100101100011101011010111101000101110101010010110110111 | e3e58eb5e8baa5b7 |
UTF-8 | 竇オ荳シ | 111001111010101110000111111011111011110110110101111010001000110110110011111000111000001010110111 | e7ab87efbdb5e88db3e382b7 |
UHC | 竇?荳シ | 11010100111001000011111111010100111001011010101110110111 | d4e43fd4e5abb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)