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 | 適??? | 1001001101001011001111110011111100111111 | 934b3f3f3f |
EUC-JP | 適?嫄? | 11000101101011000011111110001111101110101010000100111111 | c5ac3f8fbaa13f |
UTF-8 | 適렰嫄ㅶ | 111010011000000110101001111010111010000010110000111001011010101110000100111000111000010110110110 | e981a9eba0b0e5ab84e385b6 |
UHC | 適렰嫄ㅶ | 1110111011101010100011101011110111101010101100011010010011100110 | eeea8ebdeab1a4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)