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 | 001111111000100101000111100101101100010101000110 | 3f894796c546 |
EUC-JP | ?烏滅F | 001111111011000110101000110011001100011101000110 | 3fb1a8ccc746 |
UTF-8 | 뤚烏滅F | 11101011101001001001101011100111100000111000111111100110101110111000010101000110 | eba49ae7838fe6bb8546 |
UHC | 뤚烏滅F | 10001111110010011110100010100001110110001111111001000110 | 8fc9e8a1d8fe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)