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 | 遊?㎞弱 | 10010111010101100011111110000111011100011000111011100011 | 97563f87718ee3 |
| EUC-JP | 遊??弱 | 110011011011011100111111001111111011110011100101 | cdb73f3fbce5 |
| UTF-8 | 遊귣㎞弱 | 111010011000000110001010111010101011011110100011111000111000111010011110111001011011110010110001 | e9818aeab7a3e38e9ee5bcb1 |
| UHC | 遊귣㎞弱 | 1110101110110100100000101110101110100111101100001110010110110000 | ebb482eba7b0e5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)