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 | 銹耶スョ | 111001111111011010010110111010111011110110101110 | e7f696ebbdae |
EUC-JP | 銹耶スョ | 1110111011111000110011001110110110001110101111011000111010101110 | eef8cced8ebd8eae |
UTF-8 | 銹耶スョ | 111010011000101010111001111010001000000010110110111011111011110110111101111011111011110110101110 | e98ab9e880b6efbdbdefbdae |
UHC | 銹耶?? | 111000101100100011100101101011010011111100111111 | e2c8e5ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)