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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 治式治宍] | 100011101010000110001110101011101000111010100001100011101011001101011101 | 8ea18eae8ea18eb35d |
EUC-JP | 治式治宍] | 101111001010001110111100101100001011110010100011101111001011010101011101 | bca3bcb0bca3bcb55d |
UTF-8 | 治式治宍] | 11100110101100101011101111100101101111001000111111100110101100101011101111100101101011101000110101011101 | e6b2bbe5bc8fe6b2bbe5ae8d5d |
UHC | 治式治?] | 1111011010111101111000111101001011110110101111010011111101011101 | f6bde3d2f6bd3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)