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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 游?韻? | 100111111110000000111111100010010100001100111111 | 9fe03f89433f |
EUC-JP | 游?韻? | 110111101110001000111111101100011010010000111111 | dee23fb1a43f |
UTF-8 | 游렋韻렓 | 111001101011100010111000111010111010000010001011111010011001111110111011111010111010000010010011 | e6b8b8eba08be99fbbeba093 |
UHC | 游렋韻렓 | 1110101011111101100011101010001011101010101001001000111010101000 | eafd8ea2eaa48ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)