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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 洧?? | 1000111111000111101101000011111100111111 | 8fc7b43f3f |
UTF-8 | 洧잛뵟 | 111001101011010010100111111011001001111010011011111010111011010110011111 | e6b4a7ec9e9bebb59f |
UHC | 洧잛뵟 | 111010101111101110011111111011001001010010011111 | eafb9fec949f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)