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 | 凋?ε? | 100100101001110000111111100000111100001100111111 | 929c3f83c33f |
EUC-JP | 凋?ε? | 110000111111110000111111101001101100010100111111 | c3fc3fa6c53f |
UTF-8 | 凋얕ε林 | 1110010110000111100010111110110010010110100101011100111010110101111011111010011110110100 | e5878bec9695ceb5efa7b4 |
UHC | 凋얕ε林 | 1111000010111101101111101110100010100101111001011110110011110111 | f0bdbee8a5e5ecf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)