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 | 霑ッ荵玲拠 | 111010001011111110101111111001001011100110010111111001101000101110010010 | e8bfafe4b997e68b92 |
EUC-JP | 霑ッ荵玲拠 | 11110000110000011000111010101111111010001011101111001110111010001011010111110010 | f0c18eafe8bbcee8b5f2 |
UTF-8 | 霑ッ荵玲拠 | 111010011001110010010001111011111011110110101111111010001000110110110101111001111000111010110010111001101000101110100000 | e99c91efbdafe88db5e78eb2e68ba0 |
UHC | 霑??玲? | 11101111110001010011111100111111110101101011110000111111 | efc53f3fd6bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)