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 | ñâ²ç¸ | 111100011110001010110010111001111000111010111000 | f1e2b2e78eb8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñâ?ç?¸ | 1000111110101011110100001000111110101011101001000011111110001111101010111010111000111111100011111010001010110001 | 8fabd08faba43f8fabae3f8fa2b1 |
UTF-8 | ñâ²ç¸ | 110000111011000111000011101000101100001010110010110000111010011111000010100011101100001010111000 | c3b1c3a2c2b2c3a7c28ec2b8 |
UHC | ??²??¸ | 0011111100111111101010011111011100111111001111111010001010101100 | 3f3fa9f73f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)