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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝣危ャ尖悴 | 111001011010000010001010111010111010110010010000111010111001110010101010 | e5a08aebac90eb9caa |
EUC-JP | 蝣危ャ尖悴 | 11101010101000101011010011101101100011101010110011000000111011011101100010101100 | eaa2b4ed8eacc0edd8ac |
UTF-8 | 蝣危ャ尖悴 | 111010001001110110100011111001011000110110110001111011111011110110101100111001011011000010010110111001101000001010110100 | e89da3e58db1efbdace5b096e682b4 |
UHC | ?危?尖悴 | 0011111111101010110010110011111111110100110100111111010111111100 | 3feacb3ff4d3f5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)