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 | 媛?誼? | 100101010101000100111111100010110110001000111111 | 95513f8b623f |
EUC-JP | 媛?誼? | 110010011011001000111111101101011100001100111111 | c9b23fb5c33f |
UTF-8 | 媛렪誼렱 | 111001011010101010011011111010111010000010101010111010001010101010111100111010111010000010110001 | e5aa9beba0aae8aabceba0b1 |
UHC | 媛렪誼렱 | 1110101010110000100011101011100011101011111111101000111010111110 | eab08eb8ebfe8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)