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^ | 1110011110101111100011000110101101000100111001111010111110001100011010110100010001011110 | e7af8c6b44e7af8c6b445e |
EUC-JP | 遽渓D遽渓D^ | 1110111010110001101101111100110001000100111011101011000110110111110011000100010001011110 | eeb1b7cc44eeb1b7cc445e |
UTF-8 | 遽渓D遽渓D^ | 111010011000000110111101111001101011100010010011010001001110100110000001101111011110011010111000100100110100010001011110 | e981bde6b89344e981bde6b893445e |
UHC | 遽?D遽?D^ | 110010111110100000111111010001001100101111101000001111110100010001011110 | cbe83f44cbe83f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)