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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 勉鯊~ | 1001010111010111111010011100000001111110 | 95d7e9c07e |
EUC-JP | 勉鯊~ | 1100101011011001111100101100001001111110 | cad9f2c27e |
UTF-8 | 勉鯊~ | 11100101100010111000100111101001101011111000101001111110 | e58b89e9af8a7e |
UHC | 勉?~ | 11011000111101010011111101111110 | d8f53f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)