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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?閑幀澣B | 0011111110001010110101011001101111101010111000000101010001000010 | 3f8ad59beae05442 |
EUC-JP | ?閑幀澣B | 0011111110110100110101111101011011101100110111111011010101000010 | 3fb4d7d6ecdfb542 |
UTF-8 | 뤋閑幀澣B | 11101011101001001000101111101001100101101001000111100101101110011000000011100110101111101010001101000010 | eba48be99691e5b980e6bea342 |
UHC | 뤋閑幀澣B | 100011111011101111111001110110001110111111010011111110011101010001000010 | 8fbbf9d8efd3f9d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)