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 | û¤ç£B | 11111011100111101010010011100111101000111000000101000010 | fb9ea4e7a38142 |
SJIS-WIN | ????£?B | 0011111100111111001111110011111110000001100100100011111101000010 | 3f3f3f3f81923f42 |
EUC-JP | û?¤ç£?B | 1000111110101011111001010011111110001111101000101111000010001111101010111010111010100001111100100011111101000010 | 8fabe53f8fa2f08fabaea1f23f42 |
UTF-8 | û¤ç£B | 11000011101110111100001010011110110000101010010011000011101001111100001010100011110000101000000101000010 | c3bbc29ec2a4c3a7c2a3c28142 |
UHC | ??¤???B | 0011111100111111101000101011010000111111001111110011111101000010 | 3f3fa2b43f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)