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 | ?十??^ | 001111111000111101011100001111110011111101011110 | 3f8f5c3f3f5e |
EUC-JP | ?十??^ | 001111111011110110111101001111110011111101011110 | 3fbdbd3f3f5e |
UTF-8 | 룶十룫홏^ | 11101011101000111011011011100101100011011000000111101011101000111010101111101101100110011000111101011110 | eba3b6e58d81eba3abed998f5e |
UHC | 룶十룫홏^ | 100011111010101111100100101010001000111110100010110000110100110101011110 | 8fabe4a88fa2c34d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)