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 | 誰俗臓贈歎 | 10010010010011101001000110101101100100011001111110010001101000011001001001010110 | 924e91ad919f91a19256 |
EUC-JP | 誰俗臓贈歎 | 11000011101011111100001010101111110000101010000111000010101000111100001110110111 | c3afc2afc2a1c2a3c3b7 |
UTF-8 | 誰俗臓贈歎 | 111010001010101010110000111001001011111110010111111010001000011110010011111010001011010010001000111001101010110110001110 | e8aab0e4bf97e88793e8b488e6ad8e |
UHC | 誰俗?贈歎 | 111000101100000111100001110101000011111111110001111111001111011110100111 | e2c1e1d43ff1fcf7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)