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 | 蝠房蝠房^ | 111001011001010110010110010110111110010110010101100101100101101101011110 | e595965be595965b5e |
EUC-JP | 蝠房蝠房^ | 111010011111010111001011101111001110100111110101110010111011110001011110 | e9f5cbbce9f5cbbc5e |
UTF-8 | 蝠房蝠房^ | 11101000100111011010000011100110100010001011111111101000100111011010000011100110100010001011111101011110 | e89da0e688bfe89da0e688bf5e |
UHC | ?房?房^ | 00111111110110111010111000111111110110111010111001011110 | 3fdbae3fdbae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)