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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??雙? | 0011111100111111100110011101010000111111 | 3f3f99d43f |
EUC-JP | ??雙? | 0011111100111111110100101101011000111111 | 3f3fd2d63f |
UTF-8 | 롇렗雙뤓 | 111010111010000110000111111010111010000010010111111010011001101110011001111010111010010010010011 | eba187eba097e99b99eba493 |
UHC | 롇렗雙뤓 | 1000111011001101100011101010110011100100101010101000111111000011 | 8ecd8eace4aa8fc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)