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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 治式璽識 | 1000111010100001100011101010111010001110101000111000111010101111 | 8ea18eae8ea38eaf |
EUC-JP | 治式璽識 | 1011110010100011101111001011000010111100101001011011110010110001 | bca3bcb0bca5bcb1 |
UTF-8 | 治式璽識 | 111001101011001010111011111001011011110010001111111001111001001010111101111010001010110110011000 | e6b2bbe5bc8fe792bde8ad98 |
UHC | 治式璽識 | 1111011010111101111000111101001011011111110111101110001111011011 | f6bde3d2dfdee3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)