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 | 淲假セ倩 | 11111011010001001001100011101111101111101001100011101000 | fb4498efbe98e8 |
EUC-JP | ?假セ倩 | 00111111110100001111000110001110101111101101000011101010 | 3fd0f18ebed0ea |
UTF-8 | 淲假セ倩 | 111001101011011110110010111001011000000110000111111011111011110110111110111001011000000010101001 | e6b7b2e58187efbdbee580a9 |
UHC | ?假?? | 0011111111001010101000110011111100111111 | 3fcaa33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)