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 | 0011111100111111001111110100111101000110 | 3f3f3f4f46 |
SJIS-WIN | 魚??OF | 100010111001101100111111001111110100111101000110 | 8b9b3f3f4f46 |
EUC-JP | 魚??OF | 101101011111101100111111001111110100111101000110 | b5fb3f3f4f46 |
UTF-8 | 魚곗꽎OF | 1110100110101101100110101110101010110011100101111110101010111101100011100100111101000110 | e9ad9aeab397eabd8e4f46 |
UHC | 魚곗꽎OF | 1110010111100000101100001110110010000100100111100100111101000110 | e5e0b0ec849e4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)