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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???瑗? | 00111111001111110011111110001111110011001100000000111111 | 3f3f3f8fccc03f |
UTF-8 | 凉듭뮀瑗뇀 | 111011111010010110111001111010111001001110101101111010111010111010000000111001111001000110010111111010111000011110000000 | efa5b9eb93adebae80e79197eb8780 |
UHC | 凉듭뮀瑗뇀 | 11100101101111001011010111101100100100101000111111101010101111001000011101101000 | e5bcb5ec928feabc8768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)