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 | 珮ワ蕚ヤ | 111000001110000111011100111001001101010011010100 | e0e1dce4d4d4 |
EUC-JP | 珮ワ蕚ヤ | 1110000011100011100011101101110011101000110101101000111011010100 | e0e38edce8d68ed4 |
UTF-8 | 珮ワ蕚ヤ | 111001111000111110101110111011111011111010011100111010001001010110011010111011111011111010010100 | e78faeefbe9ce8959aefbe94 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)