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 | ü¯ú¹^ | 1111110010101111111110101011100101011110 | fcaffab95e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ü¯ú?^ | 1000111110101011111001001000111110100010101101001000111110101011111000100011111101011110 | 8fabe48fa2b48fabe23f5e |
UTF-8 | ü¯ú¹^ | 110000111011110011000010101011111100001110111010110000101011100101011110 | c3bcc2afc3bac2b95e |
UHC | ???¹^ | 001111110011111100111111101010011111011001011110 | 3f3f3fa9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)