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 | ????ε? | 00111111001111110011111100111111100000111100001100111111 | 3f3f3f3f83c33f |
EUC-JP | ???馹εij | 0011111100111111001111111000111111101001101000011010011011000101100011111010100111000110 | 3f3f3f8fe9a1a6c58fa9c6 |
UTF-8 | 琉뜹쓮馹εij | 11101111101001111000110011101011100111001011100111101100100100111010111011101001101001101011100111001110101101011100010010110011 | efa78ceb9cb9ec93aee9a6b9ceb5c4b3 |
UHC | 琉뜹쓮馹εij | 111010111010010010110110111001011001110110001110111011001111000110100101111001011010100110100110 | eba4b6e59d8eecf1a5e5a9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)