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 | 遑晄カ⑯\ | 1110011110100001100111011110011010110110100001110100111101011100 | e7a19de6b6874f5c |
EUC-JP | 遑晄カ?\ | 1110111010100011110110101110100010001110101101100011111101011100 | eea3dae88eb63f5c |
UTF-8 | 遑晄カ⑯\ | 11101001100000011001000111100110100110011000010011101111101111011011011011100010100100011010111101011100 | e98191e69984efbdb6e291af5c |
UHC | 遑晄??\ | 11111100110110101111110011001101001111110011111101011100 | fcdafccd3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)