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 | 迥房迥房^ | 111001111000101010010110010110111110011110001010100101100101101101011110 | e78a965be78a965b5e |
EUC-JP | 迥房迥房^ | 111011011110101011001011101111001110110111101010110010111011110001011110 | edeacbbcedeacbbc5e |
UTF-8 | 迥房迥房^ | 11101000101111111010010111100110100010001011111111101000101111111010010111100110100010001011111101011110 | e8bfa5e688bfe8bfa5e688bf5e |
UHC | ?房?房^ | 00111111110110111010111000111111110110111010111001011110 | 3fdbae3fdbae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)