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^ | 111010001011110010100110010001001110100010111100101001100100010001011110 | e8bca644e8bca6445e |
EUC-JP | 霈ヲD霈ヲD^ | 1111000010111110100011101010011001000100111100001011111010001110101001100100010001011110 | f0be8ea644f0be8ea6445e |
UTF-8 | 霈ヲD霈ヲD^ | 111010011001110010001000111011111011110110100110010001001110100110011100100010001110111110111101101001100100010001011110 | e99c88efbda644e99c88efbda6445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)