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 | ±²´ñ£ | 1000111010110001100011101011001010001110101101001111000110100011 | 8eb18eb28eb4f1a3 |
SJIS-WIN | ?±???´?£ | 0011111110000001011111010011111100111111001111111000000101001100001111111000000110010010 | 3f817d3f3f3f814c3f8192 |
EUC-JP | ?±???´ñ£ | 00111111101000011101111000111111001111110011111110100001101011011000111110101011110100001010000111110010 | 3fa1de3f3f3fa1ad8fabd0a1f2 |
UTF-8 | ±²´ñ£ | 11000010100011101100001010110001110000101000111011000010101100101100001010001110110000101011010011000011101100011100001010100011 | c28ec2b1c28ec2b2c28ec2b4c3b1c2a3 |
UHC | ?±?²?´?? | 0011111110100001101111100011111110101001111101110011111110100010101001010011111100111111 | 3fa1be3fa9f73fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)