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 | ûG¿¾ | 11111011010001111011111110111110 | fb47bfbe |
SJIS-WIN | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
EUC-JP | ûG¿? | 1000111110101011111001010100011110001111101000101100010000111111 | 8fabe5478fa2c43f |
UTF-8 | ûG¿¾ | 11000011101110110100011111000010101111111100001010111110 | c3bb47c2bfc2be |
UHC | ?G¿¾ | 001111110100011110100010101011111010100011111010 | 3f47a2afa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)