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 | àò£§^ | 1110000011110010101000111010011101011110 | e0f2a3a75e |
SJIS-WIN | ??£§^ | 00111111001111111000000110010010100000011001100001011110 | 3f3f819281985e |
EUC-JP | àò£§^ | 1000111110101011101000101000111110101011110100101010000111110010101000011111100001011110 | 8faba28fabd2a1f2a1f85e |
UTF-8 | àò£§^ | 110000111010000011000011101100101100001010100011110000101010011101011110 | c3a0c3b2c2a3c2a75e |
UHC | ???§^ | 001111110011111100111111101000011101011101011110 | 3f3f3fa1d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)