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 | ??pD??pD^ | 001111110011111101110000010001000011111100111111011100000100010001011110 | 3f3f70443f3f70445e |
SJIS-WIN | 巐ェpD巐ェpD^ | 1111101010110110101010100111000001000100111110101011011010101010011100000100010001011110 | fab6aa7044fab6aa70445e |
EUC-JP | 巐ェpD巐ェpD^ | 100011111011101111111001100011101010101001110000010001001000111110111011111110011000111010101010011100000100010001011110 | 8fbbf98eaa70448fbbf98eaa70445e |
UTF-8 | 巐ェpD巐ェpD^ | 1110010110110111100100001110111110111101101010100111000001000100111001011011011110010000111011111011110110101010011100000100010001011110 | e5b790efbdaa7044e5b790efbdaa70445e |
UHC | ??pD??pD^ | 001111110011111101110000010001000011111100111111011100000100010001011110 | 3f3f70443f3f70445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)