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 | 雍逸滋粤 | 1110100010110100100010001110110110001110101000001110001011100011 | e8b488ed8ea0e2e3 |
EUC-JP | 雍逸滋粤 | 1111000010110110101100001110111110111100101000101110010011100101 | f0b6b0efbca2e4e5 |
UTF-8 | 雍逸滋粤 | 111010011001101110001101111010011000000010111000111001101011101110001011111001111011001010100100 | e99b8de980b8e6bb8be7b2a4 |
UHC | 雍逸滋? | 11101000101111001110110011101111111011011011001000111111 | e8bcecefedb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)