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 | 媛?第? | 100101010101000100111111100100011110011000111111 | 95513f91e63f |
EUC-JP | 媛?第? | 110010011011001000111111110000101110100000111111 | c9b23fc2e83f |
UTF-8 | 媛렯第렣 | 111001011010101010011011111010111010000010101111111001111010110010101100111010111010000010100011 | e5aa9beba0afe7acaceba0a3 |
UHC | 媛렯第렣 | 1110101010110000100011101011110011110000101011111000111010110100 | eab08ebcf0af8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)