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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貉憺エォ魘 | 1110011010111001100111001110100110110100101010111110100110110100 | e6b99ce9b4abe9b4 |
EUC-JP | 貉憺エォ魘 | 11101100101110111101100011101011100011101011010010001110101010111111001010110110 | ecbbd8eb8eb48eabf2b6 |
UTF-8 | 貉憺エォ魘 | 111010001011001010001001111001101000011010111010111011111011110110110100111011111011110110101011111010011010110110011000 | e8b289e686baefbdb4efbdabe9ad98 |
UHC | ?憺??? | 001111111101001110111100001111110011111100111111 | 3fd3bc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)