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¹Î | 11111011010001111011100111001110 | fb47b9ce |
SJIS-WIN | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
EUC-JP | ûG?Î | 1000111110101011111001010100011100111111100011111010101011000010 | 8fabe5473f8faac2 |
UTF-8 | ûG¹Î | 11000011101110110100011111000010101110011100001110001110 | c3bb47c2b9c38e |
UHC | ?G¹? | 0011111101000111101010011111011000111111 | 3f47a9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)