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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 輿?D輿?D^ | 100101110110000000111111010001001001011101100000001111110100010001011110 | 97603f4497603f445e |
EUC-JP | 輿?D輿?D^ | 110011011100000100111111010001001100110111000001001111110100010001011110 | cdc13f44cdc13f445e |
UTF-8 | 輿뽽D輿뽽D^ | 111010001011110010111111111010111011110110111101010001001110100010111100101111111110101110111101101111010100010001011110 | e8bcbfebbdbd44e8bcbfebbdbd445e |
UHC | 輿뽽D輿뽽D^ | 1110011010101011100101101111100101000100111001101010101110010110111110010100010001011110 | e6ab96f944e6ab96f9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)