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 | 媛紗??苡 | 1001010101010001100011101101000100111111001111111110010010001111 | 95518ed13f3fe48f |
EUC-JP | 媛紗??苡 | 1100100110110010101111001101001100111111001111111110011111101111 | c9b2bcd33f3fe7ef |
UTF-8 | 媛紗렖렭苡 | 111001011010101010011011111001111011010010010111111010111010000010010110111010111010000010101101111010001000101110100001 | e5aa9be7b497eba096eba0ade88ba1 |
UHC | 媛紗렖렭苡 | 11101010101100001101111011101001100011101010101110001110101110101110110010111110 | eab0dee98eab8ebaecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)