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 | 誰促其但 | 1001001001001110100100011010001110010001101101001001001001000001 | 924e91a391b49241 |
EUC-JP | 誰促其但 | 1100001110101111110000101010010111000010101101101100001110100010 | c3afc2a5c2b6c3a2 |
UTF-8 | 誰促其但 | 111010001010101010110000111001001011111110000011111001011000010110110110111001001011110110000110 | e8aab0e4bf83e585b6e4bd86 |
UHC | 誰促其但 | 1110001011000001111101011011010111010000111011001101001110100011 | e2c1f5b5d0ecd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)