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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鵝??渦??^ | 111010100100000000111111001111111000100101010001001111110011111101011110 | ea403f3f89513f3f5e |
EUC-JP | 鵝??渦??^ | 111100111010000100111111001111111011000110110010001111110011111101011110 | f3a13f3fb1b23f3f5e |
UTF-8 | 鵝녺윮渦곁떥^ | 11101001101101011001110111101011100001011011101011101100100111001010111011100110101110001010011011101010101100111000000111101011100101101010010101011110 | e9b59deb85baec9caee6b8a6eab381eb96a55e |
UHC | 鵝녺윮渦곁떥^ | 11100100101111011000011011100111100111111010110111101000101111101011000011100111100010111011100001011110 | e4bd86e79fade8beb0e78bb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)