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 | 赦汐霈爵赦 | 10001110110011011000111010101100111010001011110010001110110111011000111011001101 | 8ecd8eace8bc8edd8ecd |
EUC-JP | 赦汐霈爵赦 | 10111100110011111011110010101110111100001011111010111100110111111011110011001111 | bccfbcaef0bebcdfbccf |
UTF-8 | 赦汐霈爵赦 | 111010001011010110100110111001101011000110010000111010011001110010001000111001111000100010110101111010001011010110100110 | e8b5a6e6b190e99c88e788b5e8b5a6 |
UHC | 赦汐?爵赦 | 110111101111010111100000101100010011111111101101110010011101111011110101 | def5e0b13fedc9def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)