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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 遑晄カ⑱] | 1110011110100001100111011110011010110110100001110101000101011101 | e7a19de6b687515d |
EUC-JP | 遑晄カ?] | 1110111010100011110110101110100010001110101101100011111101011101 | eea3dae88eb63f5d |
UTF-8 | 遑晄カ⑱] | 11101001100000011001000111100110100110011000010011101111101111011011011011100010100100011011000101011101 | e98191e69984efbdb6e291b15d |
UHC | 遑晄??] | 11111100110110101111110011001101001111110011111101011101 | fcdafccd3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)