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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ????沃?? | 0011111100111111001111110011111110010111100000000011111100111111 | 3f3f3f3f97803f3f |
| EUC-JP | ????沃?? | 0011111100111111001111110011111111001101111000000011111100111111 | 3f3f3f3fcde03f3f |
| UTF-8 | 롔롂롛롁沃롕렖 | 111010111010000110010100111010111010000110000010111010111010000110011011111010111010000110000001111001101011001010000011111010111010000110010101111010111010000010010110 | eba194eba182eba19beba181e6b283eba195eba096 |
| UHC | 롔롂롛롁沃롕렖 | 1000111011011000100011101100100110001110110111111000111011001000111010001010101010001110110110011000111010101011 | 8ed88ec98edf8ec8e8aa8ed98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)