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 | ³°c^ | 110000101011001111000010101100000110001101011110 | c2b3c2b0635e |
SJIS-WIN | ???°c^ | 00111111001111110011111110000001100010110110001101011110 | 3f3f3f818b635e |
EUC-JP | �°c^ | 1000111110101010101001000011111110001111101010101010010010100001111010110110001101011110 | 8faaa43f8faaa4a1eb635e |
UTF-8 | ³°c^ | 11000011100000101100001010110011110000111000001011000010101100000110001101011110 | c382c2b3c382c2b0635e |
UHC | ?³?°c^ | 0011111110101001111110000011111110100001110001100110001101011110 | 3fa9f83fa1c6635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)