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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?閑幀稟^ | 0011111110001010110101011001101111101010111000100110011101011110 | 3f8ad59beae2675e |
EUC-JP | ?閑幀稟^ | 0011111110110100110101111101011011101100111000111100100001011110 | 3fb4d7d6ece3c85e |
UTF-8 | 뤋閑幀稟^ | 11101011101001001000101111101001100101101001000111100101101110011000000011100111101010001001111101011110 | eba48be99691e5b980e7a89f5e |
UHC | 뤋閑幀稟^ | 100011111011101111111001110110001110111111010011111110011010001001011110 | 8fbbf9d8efd3f9a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)