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 | ±¡]H | 100011101011000110001110101000010101110101001000 | 8eb18ea15d48 |
SJIS-WIN | ?±??]H | 00111111100000010111110100111111001111110101110101001000 | 3f817d3f3f5d48 |
EUC-JP | ?±?¡]H | 001111111010000111011110001111111000111110100010110000100101110101001000 | 3fa1de3f8fa2c25d48 |
UTF-8 | ±¡]H | 11000010100011101100001010110001110000101000111011000010101000010101110101001000 | c28ec2b1c28ec2a15d48 |
UHC | ?±?¡]H | 0011111110100001101111100011111110100010101011100101110101001000 | 3fa1be3fa2ae5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)