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 | 蔔守カォ\ | 11100100111101111000111011100111101101101010101101011100 | e4f78ee7b6ab5c |
EUC-JP | 蔔守カォ\ | 111010001111100110111100111010011000111010110110100011101010101101011100 | e8f9bce98eb68eab5c |
UTF-8 | 蔔守カォ\ | 11101000100101001001010011100101101011101000100011101111101111011011011011101111101111011010101101011100 | e89494e5ae88efbdb6efbdab5c |
UHC | 蔔守??\ | 11011100110110111110000111111010001111110011111101011100 | dcdbe1fa3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)