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 | 除絅?助 | 10001111100111001110001101000100001111111000111110010101 | 8f9ce3443f8f95 |
EUC-JP | 除絅?助 | 10111101111111001110010110100101001111111011110111110101 | bdfce5a53fbdf5 |
UTF-8 | 除絅깃助 | 111010011001100110100100111001111011010110000101111010101011100110000011111001011000101010101001 | e999a4e7b585eab983e58aa9 |
UHC | 除絅깃助 | 1111000010110110110011001110011110110001111010101111000010111110 | f0b6cce7b1eaf0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)