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 | ò£¾è« | 111100101010001110111110111010001000111010101011 | f2a3bee88eab |
SJIS-WIN | ?£???? | 00111111100000011001001000111111001111110011111100111111 | 3f81923f3f3f3f |
EUC-JP | ò£?è?? | 1000111110101011110100101010000111110010001111111000111110101011101100100011111100111111 | 8fabd2a1f23f8fabb23f3f |
UTF-8 | ò£¾è« | 110000111011001011000010101000111100001010111110110000111010100011000010100011101100001010101011 | c3b2c2a3c2bec3a8c28ec2ab |
UHC | ??¾??? | 00111111001111111010100011111010001111110011111100111111 | 3f3fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)