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 | 凋?ε齬 | 10010010100111000011111110000011110000111110101010010111 | 929c3f83c3ea97 |
EUC-JP | 凋?ε齬 | 11000011111111000011111110100110110001011111001111110111 | c3fc3fa6c5f3f7 |
UTF-8 | 凋얕ε齬 | 1110010110000111100010111110110010010110100101011100111010110101111010011011110110101100 | e5878bec9695ceb5e9bdac |
UHC | 凋얕ε齬 | 1111000010111101101111101110100010100101111001011110010111100001 | f0bdbee8a5e5e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)