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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 譚「魘」\ | 11100110100111011010001011101001101101001010001101011100 | e69da2e9b4a35c |
EUC-JP | 譚「魘」\ | 111010111111110110001110101000101111001010110110100011101010001101011100 | ebfd8ea2f2b68ea35c |
UTF-8 | 譚「魘」\ | 11101000101011011001101011101111101111011010001011101001101011011001100011101111101111011010001101011100 | e8ad9aefbda2e9ad98efbda35c |
UHC | 譚???\ | 110100111100100100111111001111110011111101011100 | d3c93f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)