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 | 羞檎勧艢 | 1110001110110101100011001110011110001010101010011110010010000000 | e3b58ce78aa9e480 |
EUC-JP | 羞檎勧艢 | 1110011010110111101110001110100110110100101010111110011111100000 | e6b7b8e9b4abe7e0 |
UTF-8 | 羞檎勧艢 | 111001111011111010011110111001101010101010001110111001011000101110100111111010001000100110100010 | e7be9ee6aa8ee58ba7e889a2 |
UHC | 羞檎?? | 111000101011101011010000110101010011111100111111 | e2bad0d53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)