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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?贖謐 | 0011111111100110110111001110011010001101 | 3fe6dce68d |
EUC-JP | 錜贖謐 | 10001111111001001101101011101100110111101110101111101101 | 8fe4daecdeebed |
UTF-8 | 錜贖謐 | 111010011000110010011100111010001011010010010110111010001010110010010000 | e98c9ce8b496e8ac90 |
UHC | ?贖謐 | 0011111111100001110110111101101011001101 | 3fe1dbdacd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)