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 | 羞檎勧聳 | 1110001110110101100011001110011110001010101010011110001111011110 | e3b58ce78aa9e3de |
EUC-JP | 羞檎勧聳 | 1110011010110111101110001110100110110100101010111110011011100000 | e6b7b8e9b4abe6e0 |
UTF-8 | 羞檎勧聳 | 111001111011111010011110111001101010101010001110111001011000101110100111111010001000000110110011 | e7be9ee6aa8ee58ba7e881b3 |
UHC | 羞檎?聳 | 11100010101110101101000011010101001111111110100111000110 | e2bad0d53fe9c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)