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 | ¼Ñ¼ÉèÝoBF | 101111001101000110111100110010011110100011011101011011110100001001000110 | bcd1bcc9e8dd6f4246 |
SJIS-WIN | ??????oBF | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
EUC-JP | ?Ñ?ÉèÝoBF | 0011111110001111101010101101000000111111100011111010101010110001100011111010101110110010100011111010101011110010011011110100001001000110 | 3f8faad03f8faab18fabb28faaf26f4246 |
UTF-8 | ¼Ñ¼ÉèÝoBF | 110000101011110011000011100100011100001010111100110000111000100111000011101010001100001110011101011011110100001001000110 | c2bcc391c2bcc389c3a8c39d6f4246 |
UHC | ¼?¼???oBF | 1010100011111001001111111010100011111001001111110011111100111111011011110100001001000110 | a8f93fa8f93f3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)