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 | ??Z?? | 0011111100111111010110100011111100111111 | 3f3f5a3f3f |
SJIS-WIN | ??Z?? | 0011111100111111010110100011111100111111 | 3f3f5a3f3f |
EUC-JP | ??Z?? | 0011111100111111010110100011111100111111 | 3f3f5a3f3f |
UTF-8 | 혵혴Z혫횛 | 11101101100110001011010111101101100110001011010001011010111011011001100010101011111011011001101010011011 | ed98b5ed98b45aed98abed9a9b |
UHC | 혵혴Z혫횛 | 110000101001110011000010100110110101101011000010100100111100001110010101 | c29cc29b5ac293c395 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)