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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 東?″ | 1001001110001100001111111000000110001101 | 938c3f818d |
EUC-JP | 東?″ | 1100010111101100001111111010000111101101 | c5ec3fa1ed |
UTF-8 | 東㎬″ | 111001101001110110110001111000111000111010101100111000101000000010110011 | e69db1e38eace280b3 |
UHC | 東㎬″ | 110101001101010010100111111010001010000111001000 | d4d4a7e8a1c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)