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 | ?????P^ | 00111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f505e |
SJIS-WIN | 嶸??癰?P^ | 111110101011010000111111001111111110000110011110001111110101000001011110 | fab43f3fe19e3f505e |
EUC-JP | 嶸??癰?P^ | 10001111101110111111010000111111001111111110000111111110001111110101000001011110 | 8fbbf43f3fe1fe3f505e |
UTF-8 | 嶸뗩넀癰큍P^ | 1110010110110110101110001110101110010111101010011110101110000100100000001110011110011001101100001110110110000001100011010101000001011110 | e5b6b8eb97a9eb8480e799b0ed818d505e |
UHC | 嶸뗩넀癰큍P^ | 111001111010111010001011111010011000011010010000111010001011100110110100010110000101000001011110 | e7ae8be98690e8b9b458505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)