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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 翊マロ翊マル^ | 111000111100001011001111110110111110001111000010110011111101100101011110 | e3c2cfdbe3c2cfd95e |
EUC-JP | 翊マロ翊マル^ | 11100110110001001000111011001111100011101101101111100110110001001000111011001111100011101101100101011110 | e6c48ecf8edbe6c48ecf8ed95e |
UTF-8 | 翊マロ翊マル^ | 11100111101111111000101011101111101111101000111111101111101111101001101111100111101111111000101011101111101111101000111111101111101111101001100101011110 | e7bf8aefbe8fefbe9be7bf8aefbe8fefbe995e |
UHC | 翊??翊??^ | 111011001100110100111111001111111110110011001101001111110011111101011110 | eccd3f3feccd3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)