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 | 丈メ痔 | 10001111111001001101001010001110101001001111001011000011 | 8fe4d28ea4f2c3 |
EUC-JP | 丈メ痔? | 10111110111001101000111011010010101111001010011000111111 | bee68ed2bca63f |
UTF-8 | 丈メ痔 | 111001001011100010001000111011111011111010010010111001111001011110010100111011101000011110111010 | e4b888efbe92e79794ee87ba |
UHC | 丈?痔? | 111011011101101100111111111101101100000000111111 | eddb3ff6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)