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 | 軟??鴨 | 100100111110111000111111001111111000101010011011 | 93ee3f3f8a9b |
EUC-JP | 軟??鴨 | 110001101111000000111111001111111011001111111011 | c6f03f3fb3fb |
UTF-8 | 軟귛궦鴨 | 111010001011101110011111111010101011011110011011111010101011011010100110111010011011010010101000 | e8bb9feab79beab6a6e9b4a8 |
UHC | 軟귛궦鴨 | 1110011011100011100000101110010110000010101110001110010011100101 | e6e382e582b8e4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)