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 | üü¤^ | 100010001111110010010111100111001000100011111100100111001010010001011110 | 88fc979c88fc9ca45e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?ü???ü?¤^ | 001111111000111110101011111001000011111100111111001111111000111110101011111001000011111110001111101000101111000001011110 | 3f8fabe43f3f3f8fabe43f8fa2f05e |
UTF-8 | üü¤^ | 1100001010001000110000111011110011000010100101111100001010011100110000101000100011000011101111001100001010011100110000101010010001011110 | c288c3bcc297c29cc288c3bcc29cc2a45e |
UHC | ???????¤^ | 00111111001111110011111100111111001111110011111100111111101000101011010001011110 | 3f3f3f3f3f3f3fa2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)