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 | èø²ûT | 111010001111100010001110101100101111101101010100 | e8f88eb2fb54 |
SJIS-WIN | ?????T | 001111110011111100111111001111110011111101010100 | 3f3f3f3f3f54 |
EUC-JP | èø??ûT | 100011111010101110110010100011111010100111001100001111110011111110001111101010111110010101010100 | 8fabb28fa9cc3f3f8fabe554 |
UTF-8 | èø²ûT | 1100001110101000110000111011100011000010100011101100001010110010110000111011101101010100 | c3a8c3b8c28ec2b2c3bb54 |
UHC | ?ø?²?T | 0011111110101001101010100011111110101001111101110011111101010100 | 3fa9aa3fa9f73f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)