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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 貅城カサe^ | 1110011010111010100011111110100110110110101110110110010101011110 | e6ba8fe9b6bb655e |
EUC-JP | 貅城カサe^ | 11101100101111001011111011101011100011101011011010001110101110110110010101011110 | ecbcbeeb8eb68ebb655e |
UTF-8 | 貅城カサe^ | 1110100010110010100001011110010110011111100011101110111110111101101101101110111110111101101110110110010101011110 | e8b285e59f8eefbdb6efbdbb655e |
UHC | ?城??e^ | 00111111111000001111001000111111001111110110010101011110 | 3fe0f23f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)