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 | ±±ô | 1000111010110001100011111011000111110100 | 8eb18fb1f4 |
SJIS-WIN | ?±?±? | 00111111100000010111110100111111100000010111110100111111 | 3f817d3f817d3f |
EUC-JP | ?±?±ô | 001111111010000111011110001111111010000111011110100011111010101111010100 | 3fa1de3fa1de8fabd4 |
UTF-8 | ±±ô | 11000010100011101100001010110001110000101000111111000010101100011100001110110100 | c28ec2b1c28fc2b1c3b4 |
UHC | ?±?±? | 00111111101000011011111000111111101000011011111000111111 | 3fa1be3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)