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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???荏ф? | 0011111100111111001111111000100101100000100001001000011000111111 | 3f3f3f896084863f |
EUC-JP | ???荏ф? | 0011111100111111001111111011000111000001101001111110011000111111 | 3f3f3fb1c1a7e63f |
UTF-8 | 琉들뇥荏ф셀 | 1110111110100111100011001110101110010011101001001110101110000111101001011110100010001101100011111101000110000100111011001000010110000000 | efa78ceb93a4eb87a5e88d8fd184ec8580 |
UHC | 琉들뇥荏ф셀 | 111010111010010010110101111010011000011110001101111011001111101110101100111001101011110010111111 | eba4b5e9878decfbace6bcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)