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 | û©°ç¿³ | 111110111010100110110000111001111011111110110011 | fba9b0e7bfb3 |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | û©°ç¿? | 100011111010101111100101100011111010001011101101101000011110101110001111101010111010111010001111101000101100010000111111 | 8fabe58fa2eda1eb8fabae8fa2c43f |
UTF-8 | û©°ç¿³ | 110000111011101111000010101010011100001010110000110000111010011111000010101111111100001010110011 | c3bbc2a9c2b0c3a7c2bfc2b3 |
UHC | ??°?¿³ | 001111110011111110100001110001100011111110100010101011111010100111111000 | 3f3fa1c63fa2afa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)