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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ???佾?? | 0011111100111111001111111000111110110000111110110011111100111111 | 3f3f3f8fb0fb3f3f |
| UTF-8 | 凉듬㈀佾볢뀑 | 111011111010010110111001111010111001001110101100111000111000100010000000111001001011110110111110111010111011001110100010111010111000000010010001 | efa5b9eb93ace38880e4bdbeebb3a2eb8091 |
| UHC | 凉듬㈀佾볢뀑 | 111001011011110010110101111010111010100110110001111011001110101110010011111010001000010110001011 | e5bcb5eba9b1eceb93e8858b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)