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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 筬瑶D筬瑶D^ | 1110001010101011111000001111010001000100111000101010101111100000111101000100010001011110 | e2abe0f444e2abe0f4445e |
EUC-JP | 筬瑶D筬瑶D^ | 1110010010101101111000001111011001000100111001001010110111100000111101100100010001011110 | e4ade0f644e4ade0f6445e |
UTF-8 | 筬瑶D筬瑶D^ | 111001111010110110101100111001111001000110110110010001001110011110101101101011001110011110010001101101100100010001011110 | e7adace791b644e7adace791b6445e |
UHC | 筬?D筬?D^ | 111000001111111000111111010001001110000011111110001111110100010001011110 | e0fe3f44e0fe3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)