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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 自治自汐h | 100011101010100110001110101000011000111010101001100011101010110001101000 | 8ea98ea18ea98eac68 |
EUC-JP | 自治自汐h | 101111001010101110111100101000111011110010101011101111001010111001101000 | bcabbca3bcabbcae68 |
UTF-8 | 自治自汐h | 11101000100001111010101011100110101100101011101111101000100001111010101011100110101100011001000001101000 | e887aae6b2bbe887aae6b19068 |
UHC | 自治自汐h | 111011011011101111110110101111011110110110111011111000001011000101101000 | edbbf6bdedbbe0b168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)