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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 治疾自蒔@h | 10001110101000011000111010111110100011101010100110001110101010100100000001101000 | 8ea18ebe8ea98eaa4068 |
EUC-JP | 治疾自蒔@h | 10111100101000111011110011000000101111001010101110111100101011000100000001101000 | bca3bcc0bcabbcac4068 |
UTF-8 | 治疾自蒔@h | 1110011010110010101110111110011110010110101111101110100010000111101010101110100010010010100101000100000001101000 | e6b2bbe796bee887aae892944068 |
UHC | 治疾自蒔@h | 11110110101111011111001011110000111011011011101111100011110010000100000001101000 | f6bdf2f0edbbe3c84068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)