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 | ??????dO | 0011111100111111001111110011111100111111001111110110010001001111 | 3f3f3f3f3f3f644f |
| SJIS-WIN | ??????dO | 0011111100111111001111110011111100111111001111110110010001001111 | 3f3f3f3f3f3f644f |
| EUC-JP | ??????dO | 0011111100111111001111110011111100111111001111110110010001001111 | 3f3f3f3f3f3f644f |
| UTF-8 | 溜븐쓻烈숇젎dO | 1110111110100111100010111110101110111000100100001110110010010011101110111110111110100110100111111110110010001000100001111110110010100000100011100110010001001111 | efa78bebb890ec93bbefa69fec8887eca08e644f |
| UHC | 溜븐쓻烈숇젎dO | 1110101011111110101110101110110010011101100101101110011011101111100110011110101110100000100011110110010001001111 | eafebaec9d96e6ef99eba08f644f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)