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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮憺エォ魏イ | 111010011010101110011100111010011011010010101011111010011011000010110010 | e9ab9ce9b4abe9b0b2 |
EUC-JP | 鬮憺エォ魏イ | 111100101010110111011000111010111000111010110100100011101010101111110010101100101000111010110010 | f2add8eb8eb48eabf2b28eb2 |
UTF-8 | 鬮憺エォ魏イ | 111010011010110010101110111001101000011010111010111011111011110110110100111011111011110110101011111010011010110110001111111011111011110110110010 | e9acaee686baefbdb4efbdabe9ad8fefbdb2 |
UHC | ?憺??魏? | 0011111111010011101111000011111100111111111010101110000000111111 | 3fd3bc3f3feae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)