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 | ±Ì± | 100011101011000110001110110011001000111010110001 | 8eb18ecc8eb1 |
SJIS-WIN | ?±???± | 0011111110000001011111010011111100111111001111111000000101111101 | 3f817d3f3f3f817d |
EUC-JP | ?±?Ì?± | 00111111101000011101111000111111100011111010101011000000001111111010000111011110 | 3fa1de3f8faac03fa1de |
UTF-8 | ±Ì± | 110000101000111011000010101100011100001010001110110000111000110011000010100011101100001010110001 | c28ec2b1c28ec38cc28ec2b1 |
UHC | ?±???± | 0011111110100001101111100011111100111111001111111010000110111110 | 3fa1be3f3f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)