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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝣危ャ駆ィケ | 111001011010000010001010111010111010110010001011111011001010100010111001 | e5a08aebac8beca8b9 |
EUC-JP | 蝣危ャ駆ィケ | 111010101010001010110100111011011000111010101100101101101110111010001110101010001000111010111001 | eaa2b4ed8eacb6ee8ea88eb9 |
UTF-8 | 蝣危ャ駆ィケ | 111010001001110110100011111001011000110110110001111011111011110110101100111010011010011110000110111011111011110110101000111011111011110110111001 | e89da3e58db1efbdace9a786efbda8efbdb9 |
UHC | ?危???? | 00111111111010101100101100111111001111110011111100111111 | 3feacb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)