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 | âZÑ | 111000100101101010001110110100011001111110010001 | e25a8ed19f91 |
SJIS-WIN | ?Z???? | 001111110101101000111111001111110011111100111111 | 3f5a3f3f3f3f |
EUC-JP | âZ?Ñ?? | 10001111101010111010010001011010001111111000111110101010110100000011111100111111 | 8faba45a3f8faad03f3f |
UTF-8 | âZÑ | 1100001110100010010110101100001010001110110000111001000111000010100111111100001010010001 | c3a25ac28ec391c29fc291 |
UHC | ?Z???? | 001111110101101000111111001111110011111100111111 | 3f5a3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)