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 | û¨û¤ | 1111101110011110101010001111101110100100 | fb9ea8fba4 |
SJIS-WIN | ??¨?? | 001111110011111110000001010011100011111100111111 | 3f3f814e3f3f |
EUC-JP | û?¨û¤ | 100011111010101111100101001111111010000110101111100011111010101111100101100011111010001011110000 | 8fabe53fa1af8fabe58fa2f0 |
UTF-8 | û¨û¤ | 11000011101110111100001010011110110000101010100011000011101110111100001010100100 | c3bbc29ec2a8c3bbc2a4 |
UHC | ??¨?¤ | 00111111001111111010000110100111001111111010001010110100 | 3f3fa1a73fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)