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 | 001111110100111101000110 | 3f4f46 |
SJIS-WIN | 鯤OF | 11101001110010000100111101000110 | e9c84f46 |
EUC-JP | 鯤OF | 11110010110010100100111101000110 | f2ca4f46 |
UTF-8 | 鯤OF | 1110100110101111101001000100111101000110 | e9afa44f46 |
UHC | 鯤OF | 11001101111001100100111101000110 | cde64f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)