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 | 遯募ョャ | 111001111010101010010101111001011010111010101100 | e7aa95e5aeac |
EUC-JP | 遯募ョャ | 1110111010101100110010101110011110001110101011101000111010101100 | eeaccae78eae8eac |
UTF-8 | 遯募ョャ | 111010011000000110101111111001011000101110011111111011111011110110101110111011111011110110101100 | e981afe58b9fefbdaeefbdac |
UHC | 遯募?? | 110101001110111011011001101101000011111100111111 | d4eed9b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)