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 | 룶챩^ | 11101011101000111011011011101100101100011010100101011110 | eba3b6ecb1a95e |
| SJIS-WIN | ?£¶?±?^ | 00111111100000011001001010000001111101110011111110000001011111010011111101011110 | 3f819281f73f817d3f5e |
| EUC-JP | 룶챩^ | 10001111101010111011001110100001111100101010001011111001100011111010101111000000101000011101111010001111101000101110110101011110 | 8fabb3a1f2a2f98fabc0a1de8fa2ed5e |
| UTF-8 | 룶챩^ | 11000011101010111100001010100011110000101011011011000011101011001100001010110001110000101010100101011110 | c3abc2a3c2b6c3acc2b1c2a95e |
| UHC | ??¶?±?^ | 001111110011111110100010110100100011111110100001101111100011111101011110 | 3f3fa2d23fa1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)