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 | 讌轟Б | 111001101010010110001101100011001000010001000001 | e6a58d8c8441 |
EUC-JP | 讌轟Б | 111011001010011110111001111011001010011110100010 | eca7b9eca7a2 |
UTF-8 | 讌轟Б | 1110100010101110100011001110100010111101100111111101000010010001 | e8ae8ce8bd9fd091 |
UHC | ?轟Б | 0011111111001110110111101010110010100010 | 3fcedeaca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)