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 | 讖滂ァ院 | 11100110101010011001111111101111101001111000100101000000 | e6a99fefa78940 |
EUC-JP | 讖滂ァ院 | 1110110010101011110111101111000110001110101001111011000110100001 | ecabdef18ea7b1a1 |
UTF-8 | 讖滂ァ院 | 111010001010111010010110111001101011101110000010111011111011110110100111111010011001100110100010 | e8ae96e6bb82efbda7e999a2 |
UHC | 讖滂?院 | 11110011110110011101101110110101001111111110101011000010 | f3d9dbb53feac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)