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 | 鉤門綾褂 | 1110011111101010100101101110010110001000101110111110010111100110 | e7ea96e588bbe5e6 |
EUC-JP | 鉤門綾褂 | 1110111011101100110011001110011110110000101111011110101011101000 | eeeccce7b0bdeae8 |
UTF-8 | 鉤門綾褂 | 111010011000100110100100111010011001011010000000111001111011011010111110111010001010010010000010 | e989a4e99680e7b6bee8a482 |
UHC | 鉤門綾? | 11001111110010011101101010100110110101111101001100111111 | cfc9daa6d7d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)