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 | 脱短促巽続 | 10010010010001011001001001011010100100011010001110010010010001101001000110110001 | 9245925a91a3924691b1 |
EUC-JP | 脱短促巽続 | 11000011101001101100001110111011110000101010010111000011101001111100001010110011 | c3a6c3bbc2a5c3a7c2b3 |
UTF-8 | 脱短促巽続 | 111010001000010010110001111001111001111110101101111001001011111110000011111001011011011110111101111001111011011010011010 | e884b1e79fade4bf83e5b7bde7b69a |
UHC | ?短促巽? | 0011111111010011101011011111010110110101111000011101111000111111 | 3fd3adf5b5e1de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)