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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??杷ァ◇ | 0011111100111111100101000110011010000011010000001000000110011110 | 3f3f94668340819e |
EUC-JP | ??杷ァ◇ | 0011111100111111110001111100011110100101101000011010000111111110 | 3f3fc7c7a5a1a1fe |
UTF-8 | 룫괌杷ァ◇ | 111010111010001110101011111010101011010010001100111001101001110110110111111000111000001010100001111000101001011110000111 | eba3abeab48ce69db7e382a1e29787 |
UHC | 룫괌杷ァ◇ | 10001111101000101011000110100001111101111110110110101011101000011010000111011110 | 8fa2b1a1f7edaba1a1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)