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 | 種兢??愈 | 1000111011101101100110010101110100111111001111111001011011111010 | 8eed995d3f3f96fa |
EUC-JP | 種兢??愈 | 1011110011101111110100011011111000111111001111111100110011111100 | bcefd1be3f3fccfc |
UTF-8 | 種兢렓렞愈 | 111001111010100010101110111001011000010110100010111010111010000010010011111010111010000010011110111001101000010010001000 | e7a8aee585a2eba093eba09ee68488 |
UHC | 種兢렓렞愈 | 11110000111110101101000011100111100011101010100010001110101011111110101011101111 | f0fad0e78ea88eafeaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)