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 | ??OF | 00111111001111110100111101000110 | 3f3f4f46 |
SJIS-WIN | ?亨OF | 0011111110001011100111000100111101000110 | 3f8b9c4f46 |
EUC-JP | ?亨OF | 0011111110110101111111000100111101000110 | 3fb5fc4f46 |
UTF-8 | 뤍亨OF | 1110101110100100100011011110010010111010101010000100111101000110 | eba48de4baa84f46 |
UHC | 뤍亨OF | 100011111011110111111010111110110100111101000110 | 8fbdfafb4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)