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 | ¼×¼ÌBB | 101111001101011110111100110011000100001001000010 | bcd7bccc4242 |
SJIS-WIN | ?×??BB | 00111111100000010111111000111111001111110100001001000010 | 3f817e3f3f4242 |
EUC-JP | ?×?ÌBB | 001111111010000111011111001111111000111110101010110000000100001001000010 | 3fa1df3f8faac04242 |
UTF-8 | ¼×¼ÌBB | 11000010101111001100001110010111110000101011110011000011100011000100001001000010 | c2bcc397c2bcc38c4242 |
UHC | ¼×¼?BB | 101010001111100110100001101111111010100011111001001111110100001001000010 | a8f9a1bfa8f93f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)