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 | ¾Ê±¼µZB | 10111110110010101000111010110001100011101011110010001110101101010101101001000010 | beca8eb18ebc8eb55a42 |
SJIS-WIN | ???±????ZB | 0011111100111111001111111000000101111101001111110011111100111111001111110101101001000010 | 3f3f3f817d3f3f3f3f5a42 |
EUC-JP | ?Ê?±????ZB | 00111111100011111010101010110100001111111010000111011110001111110011111100111111001111110101101001000010 | 3f8faab43fa1de3f3f3f3f5a42 |
UTF-8 | ¾Ê±¼µZB | 110000101011111011000011100010101100001010001110110000101011000111000010100011101100001010111100110000101000111011000010101101010101101001000010 | c2bec38ac28ec2b1c28ec2bcc28ec2b55a42 |
UHC | ¾??±?¼??ZB | 10101000111110100011111100111111101000011011111000111111101010001111100100111111001111110101101001000010 | a8fa3f3fa1be3fa8f93f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)