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 | 筌μ?揄 | 11100010101000111000001111001010001111111001110110001001 | e2a383ca3f9d89 |
EUC-JP | 筌μ?揄 | 11100100101001011010011011001100001111111101100111101001 | e4a5a6cc3fd9e9 |
UTF-8 | 筌μ늸揄 | 1110011110101101100011001100111010111100111010111000101010111000111001101000111110000100 | e7ad8ccebceb8ab8e68f84 |
UHC | 筌μ늸揄 | 1110111110100111101001011110110010001000100000011110101011110001 | efa7a5ec8881eaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)