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 | 媛?迂欺 | 10010101010100010011111110001001010010011000101101011100 | 95513f89498b5c |
EUC-JP | 媛?迂欺 | 11001001101100100011111110110001101010101011010110111101 | c9b23fb1aab5bd |
UTF-8 | 媛렎迂欺 | 111001011010101010011011111010111010000010001110111010001011111110000010111001101010110010111010 | e5aa9beba08ee8bf82e6acba |
UHC | 媛렎迂欺 | 1110101010110000100011101010010011101001111001101101000110100111 | eab08ea4e9e6d1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)