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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 蝣ァ驛オ\ | 11100101101000001010011111101001100000111011010101011100 | e5a0a7e983b55c |
EUC-JP | 蝣ァ驛オ\ | 111010101010001010001110101001111111000111100011100011101011010101011100 | eaa28ea7f1e38eb55c |
UTF-8 | 蝣ァ驛オ\ | 11101000100111011010001111101111101111011010011111101001101010011001101111101111101111011011010101011100 | e89da3efbda7e9a99befbdb55c |
UHC | ??驛?\ | 001111110011111111100110101111100011111101011100 | 3f3fe6be3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)