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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 飮?飮?^ | 10011111010110100011111110011111010110100011111101011110 | 9f5a3f9f5a3f5e |
EUC-JP | 飮?飮?^ | 11011101101110110011111111011101101110110011111101011110 | ddbb3fddbb3f5e |
UTF-8 | 飮쏡飮쏡^ | 11101001101000111010111011101100100011111010000111101001101000111010111011101100100011111010000101011110 | e9a3aeec8fa1e9a3aeec8fa15e |
UHC | 飮쏡飮쏡^ | 111010111110011010011100010001001110101111100110100111000100010001011110 | ebe69c44ebe69c445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)