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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 鶯щ?o | 111010011111001010000100100010110011111101101111 | e9f2848b3f6f |
EUC-JP | 鶯щ?o | 111100101111010010100111111010110011111101101111 | f2f4a7eb3f6f |
UTF-8 | 鶯щ젌o | 111010011011011010101111110100011000100111101100101000001000110001101111 | e9b6afd189eca08c6f |
UHC | 鶯щ젌o | 11100101101000111010110011101011101000001000110101101111 | e5a3aceba08d6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)