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 | 遞滂・壌ヲエ | 111001111010100010011111111011111010010110001111111010111010011010110100 | e7a89fefa58feba6b4 |
EUC-JP | 遞滂・壌ヲエ | 111011101010101011011110111100011000111010100101101111101110110110001110101001101000111010110100 | eeaadef18ea5beed8ea68eb4 |
UTF-8 | 遞滂・壌ヲエ | 111010011000000110011110111001101011101110000010111011111011110110100101111001011010001110001100111011111011110110100110111011111011110110110100 | e9819ee6bb82efbda5e5a38cefbda6efbdb4 |
UHC | 遞滂???? | 1111010011110110110110111011010100111111001111110011111100111111 | f4f6dbb53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)