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 | 巐房巐房^ | 111110101011011010010110010110111111101010110110100101100101101101011110 | fab6965bfab6965b5e |
EUC-JP | 巐房巐房^ | 1000111110111011111110011100101110111100100011111011101111111001110010111011110001011110 | 8fbbf9cbbc8fbbf9cbbc5e |
UTF-8 | 巐房巐房^ | 11100101101101111001000011100110100010001011111111100101101101111001000011100110100010001011111101011110 | e5b790e688bfe5b790e688bf5e |
UHC | ?房?房^ | 00111111110110111010111000111111110110111010111001011110 | 3fdbae3fdbae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)