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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 製?淨?愈Ζ | 10010000101110110011111110011111110001000011111110010110111110101000001110100100 | 90bb3f9fc43f96fa83a4 |
| EUC-JP | 製?淨?愈Ζ | 11000000101111010011111111011110110001100011111111001100111111001010011010100110 | c0bd3fdec63fccfca6a6 |
| UTF-8 | 製렩淨렠愈Ζ | 1110100010100011101111011110101110100000101010011110011010110111101010001110101110100000101000001110011010000100100010001100111010010110 | e8a3bdeba0a9e6b7a8eba0a0e68488ce96 |
| UHC | 製렩淨렠愈Ζ | 111100001011001010001110101101111110111111100100100011101011000111101010111011111010010111000110 | f0b28eb7efe48eb1eaefa5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)