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 | 脱短促竪卒 | 10010010010001011001001001011010100100011010001110010010010001111001000110110010 | 9245925a91a3924791b2 |
EUC-JP | 脱短促竪卒 | 11000011101001101100001110111011110000101010010111000011101010001100001010110100 | c3a6c3bbc2a5c3a8c2b4 |
UTF-8 | 脱短促竪卒 | 111010001000010010110001111001111001111110101101111001001011111110000011111001111010101110101010111001011000110110010010 | e884b1e79fade4bf83e7abaae58d92 |
UHC | ?短促竪卒 | 001111111101001110101101111101011011010111100010101101011111000011101111 | 3fd3adf5b5e2b5f0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)