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 | ®X®XB | 100100011010111010010010010110001001000110101110100100100101100001000010 | 91ae925891ae925842 |
SJIS-WIN | ???X???XB | 001111110011111100111111010110000011111100111111001111110101100001000010 | 3f3f3f583f3f3f5842 |
EUC-JP | ?®?X?®?XB | 00111111100011111010001011101110001111110101100000111111100011111010001011101110001111110101100001000010 | 3f8fa2ee3f583f8fa2ee3f5842 |
UTF-8 | ®X®XB | 110000101001000111000010101011101100001010010010010110001100001010010001110000101010111011000010100100100101100001000010 | c291c2aec29258c291c2aec2925842 |
UHC | ?®?X?®?XB | 0011111110100010111001110011111101011000001111111010001011100111001111110101100001000010 | 3fa2e73f583fa2e73f5842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)