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 | 竇オ荳エ | 11100010100001011011010111100100101110001000001101000111 | e285b5e4b88347 |
EUC-JP | 竇オ荳エ | 1110001111100101100011101011010111101000101110101010010110101000 | e3e58eb5e8baa5a8 |
UTF-8 | 竇オ荳エ | 111001111010101110000111111011111011110110110101111010001000110110110011111000111000001010101000 | e7ab87efbdb5e88db3e382a8 |
UHC | 竇?荳エ | 11010100111001000011111111010100111001011010101110101000 | d4e43fd4e5aba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)