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 | 譏??署 | 111001101001100000111111001111111000111110010000 | e6983f3f8f90 |
EUC-JP | 譏??署 | 111010111111100000111111001111111011110111110000 | ebf83f3fbdf0 |
UTF-8 | 譏룫飇署 | 111010001010110110001111111010111010001110101011111010011010001110000111111001111011110110110010 | e8ad8feba3abe9a387e7bdb2 |
UHC | 譏룫飇署 | 1101000111000001100011111010001011111000111111001101111111111110 | d1c18fa2f8fcdffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)