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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ??筬F | 0011111100111111111000101010101101000110 | 3f3fe2ab46 |
EUC-JP | ??筬F | 0011111100111111111001001010110101000110 | 3f3fe4ad46 |
UTF-8 | 뤩쳰筬F | 11101011101001001010100111101100101100111011000011100111101011011010110001000110 | eba4a9ecb3b0e7adac46 |
UHC | 뤩쳰筬F | 10001111110101111100001111001000111000001111111001000110 | 8fd7c3c8e0fe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)