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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 媛?已? | 100101010101000100111111100110111101111100111111 | 95513f9bdf3f |
EUC-JP | 媛?已? | 110010011011001000111111110101101110000100111111 | c9b23fd6e13f |
UTF-8 | 媛렢已띤 | 111001011010101010011011111010111010000010100010111001011011011110110010111010111001110110100100 | e5aa9beba0a2e5b7b2eb9da4 |
UHC | 媛렢已띤 | 1110101010110000100011101011001111101100101010111011011011101101 | eab08eb3ecabb6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)