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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?⇒秘??消 | 001111111000000111001011100101001110100100111111001111111000111111000001 | 3f81cb94e93f3f8fc1 |
| EUC-JP | ?⇒秘??消 | 001111111010001011001101110010001110101100111111001111111011111011000011 | 3fa2cdc8eb3f3fbec3 |
| UTF-8 | 룶⇒秘푸룶消 | 111010111010001110110110111000101000011110010010111001111010011110011000111011011001000110111000111010111010001110110110111001101011011010001000 | eba3b6e28792e7a798ed91b8eba3b6e6b688 |
| UHC | 룶⇒秘푸룶消 | 100011111010101110100010101000011101110111111010110001111010101010001111101010111110000110111100 | 8faba2a1ddfac7aa8fabe1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)