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 | Âò£¯ | 100011101100001011110010101000111000111010101111 | 8ec2f2a38eaf |
SJIS-WIN | ???£?? | 00111111001111110011111110000001100100100011111100111111 | 3f3f3f81923f3f |
EUC-JP | ?Âò£?¯ | 00111111100011111010101010100100100011111010101111010010101000011111001000111111100011111010001010110100 | 3f8faaa48fabd2a1f23f8fa2b4 |
UTF-8 | Âò£¯ | 110000101000111011000011100000101100001110110010110000101010001111000010100011101100001010101111 | c28ec382c3b2c2a3c28ec2af |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)