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 | ???^? | 0011111100111111001111110101111000111111 | 3f3f3f5e3f |
SJIS-WIN | ??ァ^? | 001111110011111110000011010000000101111000111111 | 3f3f83405e3f |
EUC-JP | ??ァ^? | 001111110011111110100101101000010101111000111111 | 3f3fa5a15e3f |
UTF-8 | 룫휁ァ^룵 | 11101011101000111010101111101101100111001000000111100011100000101010000101011110111010111010001110110101 | eba3abed9c81e382a15eeba3b5 |
UHC | 룫휁ァ^룵 | 100011111010001011000100100011111010101110100001010111101000111110101010 | 8fa2c48faba15e8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)