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 | 壤??徇 | 100110101101111100111111001111111001110001101101 | 9adf3f3f9c6d |
EUC-JP | 壤??徇 | 110101001110000100111111001111111101011111001110 | d4e13f3fd7ce |
UTF-8 | 壤㏉뤃徇 | 111001011010001110100100111000111000111110001001111010111010010010000011111001011011111010000111 | e5a3a4e38f89eba483e5be87 |
UHC | 壤㏉뤃徇 | 1110010110111101101001111110110110001111101101001110001011011111 | e5bda7ed8fb4e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)