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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 脱誰其h脱誰 | 1001001001000101100100100100111010010001101101000110100010010010010001011001001001001110 | 9245924e91b4689245924e |
EUC-JP | 脱誰其h脱誰 | 1100001110100110110000111010111111000010101101100110100011000011101001101100001110101111 | c3a6c3afc2b668c3a6c3af |
UTF-8 | 脱誰其h脱誰 | 11101000100001001011000111101000101010101011000011100101100001011011011001101000111010001000010010110001111010001010101010110000 | e884b1e8aab0e585b668e884b1e8aab0 |
UHC | ?誰其h?誰 | 001111111110001011000001110100001110110001101000001111111110001011000001 | 3fe2c1d0ec683fe2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)