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 | 媛?睛鏡? | 1001010101010001001111111110000111001011100010111011111000111111 | 95513fe1cb8bbe3f |
EUC-JP | 媛?睛鏡? | 1100100110110010001111111110001011001101101101101100000000111111 | c9b23fe2cdb6c03f |
UTF-8 | 媛렦睛鏡ㅌ | 111001011010101010011011111010111010000010100110111001111001110110011011111010011000111110100001111000111000010110001100 | e5aa9beba0a6e79d9be98fa1e3858c |
UHC | 媛렦睛鏡ㅌ | 11101010101100001000111010110101111011111110110011001100111100001010010010111100 | eab08eb5efecccf0a4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)