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 | û£°ç¿ | 1111101110100011101100001110011110111111 | fba3b0e7bf |
SJIS-WIN | ?£°?? | 00111111100000011001001010000001100010110011111100111111 | 3f8192818b3f3f |
EUC-JP | û£°ç¿ | 10001111101010111110010110100001111100101010000111101011100011111010101110101110100011111010001011000100 | 8fabe5a1f2a1eb8fabae8fa2c4 |
UTF-8 | û£°ç¿ | 11000011101110111100001010100011110000101011000011000011101001111100001010111111 | c3bbc2a3c2b0c3a7c2bf |
UHC | ??°?¿ | 00111111001111111010000111000110001111111010001010101111 | 3f3fa1c63fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)