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 | 槨膜盂慥 | 1001111011011000100101101000110011100001101100011001110011010010 | 9ed8968ce1b19cd2 |
EUC-JP | 槨膜盂慥 | 1101110011011010110010111110110011100010101100111101100011010100 | dcdacbece2b3d8d4 |
UTF-8 | 槨膜盂慥 | 111001101010011110101000111010001000011010011100111001111001101110000010111001101000010110100101 | e6a7a8e8869ce79b82e685a5 |
UHC | 槨膜盂? | 11001110101010101101100010101111111010011101110100111111 | ceaad8afe9dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)