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 | ¸°¿û | 10111000101100001011111111111011 | b8b0bffb |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | ¸°¿û | 1000111110100010101100011010000111101011100011111010001011000100100011111010101111100101 | 8fa2b1a1eb8fa2c48fabe5 |
UTF-8 | ¸°¿û | 1100001010111000110000101011000011000010101111111100001110111011 | c2b8c2b0c2bfc3bb |
UHC | ¸°¿? | 10100010101011001010000111000110101000101010111100111111 | a2aca1c6a2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)