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 | 鈬溽事蓴ィ陝 | 1110011111100011100111111110011110001110100101101110010011110001101010001110100010011111 | e7e39fe78e96e4f1a8e89f |
EUC-JP | 鈬溽事蓴ィ陝 | 111011101110010111011110111010011011101111110110111010001111001110001110101010001111000010100001 | eee5dee9bbf6e8f38ea8f0a1 |
UTF-8 | 鈬溽事蓴ィ陝 | 111010011000100010101100111001101011101010111101111001001011101010001011111010001001001110110100111011111011110110101000111010011001100110011101 | e988ace6babde4ba8be893b4efbda8e9999d |
UHC | ??事蓴?陝 | 001111110011111111011110110000001110001011110001001111111110000011101101 | 3f3fdec0e2f13fe0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)