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 | 讌轟乙 | 111001101010010110001101100011001000100110110011 | e6a58d8c89b3 |
EUC-JP | 讌轟乙 | 111011001010011110111001111011001011001010110101 | eca7b9ecb2b5 |
UTF-8 | 讌轟乙 | 111010001010111010001100111010001011110110011111111001001011100110011001 | e8ae8ce8bd9fe4b999 |
UHC | ?轟乙 | 0011111111001110110111101110101111100000 | 3fcedeebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)