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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ???先?^ | 00111111001111110011111110010000111001100011111101011110 | 3f3f3f90e63f5e |
| EUC-JP | ???先?^ | 00111111001111110011111111000000111010000011111101011110 | 3f3f3fc0e83f5e |
| UTF-8 | 렟롅렲先렔^ | 11101011101000001001111111101011101000011000010111101011101000001011001011100101100001011000100011101011101000001001010001011110 | eba09feba185eba0b2e58588eba0945e |
| UHC | 렟롅렲先렔^ | 1000111010110000100011101100101110001110101111111110000010111011100011101010100101011110 | 8eb08ecb8ebfe0bb8ea95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)