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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 旭仇? | 1000100010101110100010110111011100111111 | 88ae8b773f |
EUC-JP | 旭仇? | 1011000010110000101101011101100000111111 | b0b0b5d83f |
UTF-8 | 旭仇법 | 111001101001011110101101111001001011101110000111111010111011001010010101 | e697ade4bb87ebb295 |
UHC | 旭仇법 | 111010011110111111001110111110111011100111111101 | e9efcefbb9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)