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 | «±b«±bB | 100011111010101110110001011000101000111110101011101100010110001001000010 | 8fabb1628fabb16242 |
SJIS-WIN | ??±b??±bB | 0011111100111111100000010111110101100010001111110011111110000001011111010110001001000010 | 3f3f817d623f3f817d6242 |
EUC-JP | ??±b??±bB | 0011111100111111101000011101111001100010001111110011111110100001110111100110001001000010 | 3f3fa1de623f3fa1de6242 |
UTF-8 | «±b«±bB | 110000101000111111000010101010111100001010110001011000101100001010001111110000101010101111000010101100010110001001000010 | c28fc2abc2b162c28fc2abc2b16242 |
UHC | ??±b??±bB | 0011111100111111101000011011111001100010001111110011111110100001101111100110001001000010 | 3f3fa1be623f3fa1be6242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)