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 | ¾Ê±¼£ | 1011111011001010100011101011000110001110101111001000111010100011 | beca8eb18ebc8ea3 |
SJIS-WIN | ???±???£ | 00111111001111110011111110000001011111010011111100111111001111111000000110010010 | 3f3f3f817d3f3f3f8192 |
EUC-JP | ?Ê?±???£ | 001111111000111110101010101101000011111110100001110111100011111100111111001111111010000111110010 | 3f8faab43fa1de3f3f3fa1f2 |
UTF-8 | ¾Ê±¼£ | 11000010101111101100001110001010110000101000111011000010101100011100001010001110110000101011110011000010100011101100001010100011 | c2bec38ac28ec2b1c28ec2bcc28ec2a3 |
UHC | ¾??±?¼?? | 1010100011111010001111110011111110100001101111100011111110101000111110010011111100111111 | a8fa3f3fa1be3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)