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 | ???蒙 | 0011111100111111001111111001011011010110 | 3f3f3f96d6 |
| EUC-JP | ???蒙 | 0011111100111111001111111100110011011000 | 3f3f3fccd8 |
| UTF-8 | 뤦집戾蒙 | 111010111010010010100110111011001010011110010001111001101000100010111110111010001001001010011001 | eba4a6eca791e688bee89299 |
| UHC | 뤦집戾蒙 | 1000111111010100110000011111110111010101111010001101100111010101 | 8fd4c1fdd5e8d9d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)