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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 偕來 | 10011000111100011001100011010010 | 98f198d2 |
EUC-JP | 偕來 | 11010000111100111101000011010100 | d0f3d0d4 |
UTF-8 | 偕來 | 111001011000000110010101111001001011111010000110 | e58195e4be86 |
UHC | 偕來 | 11111010101001011101010111001110 | faa5d5ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)