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 | î³ËÞG | 1110111010110011110010111101111001000111 | eeb3cbde47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | î?ËÞG | 1000111110101011110000100011111110001111101010101011001110001111101010011011000001000111 | 8fabc23f8faab38fa9b047 |
UTF-8 | î³ËÞG | 110000111010111011000010101100111100001110001011110000111001111001000111 | c3aec2b3c38bc39e47 |
UHC | ?³?ÞG | 00111111101010011111100000111111101010001010110101000111 | 3fa9f83fa8ad47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)