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 | ?uF | 001111110111010101000110 | 3f7546 |
SJIS-WIN | ?uF | 001111110111010101000110 | 3f7546 |
EUC-JP | ?uF | 001111110111010101000110 | 3f7546 |
UTF-8 | 묮uF | 1110101110101100101011100111010101000110 | ebacae7546 |
UHC | 묮uF | 10010010010001010111010101000110 | 92457546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)