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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 粧峯??攻B | 100011111100111110010101111101010011111100111111100011010101010101000010 | 8fcf95f53f3f8d5542 |
EUC-JP | 粧峯??攻B | 101111101101000111001010111101110011111100111111101110011011011001000010 | bed1caf73f3fb9b642 |
UTF-8 | 粧峯렜븅攻B | 11100111101100101010011111100101101100111010111111101011101000001001110011101011101110001000010111100110100101001011101101000010 | e7b2a7e5b3afeba09cebb885e694bb42 |
UHC | 粧峯렜븅攻B | 1110110111110010110111001110011110001110101011101011101011101001110011011111010001000010 | edf2dce78eaebae9cdf442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)