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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ????霑F | 00111111001111110011111100111111111010001011111101000110 | 3f3f3f3fe8bf46 |
EUC-JP | ????霑F | 00111111001111110011111100111111111100001100000101000110 | 3f3f3f3ff0c146 |
UTF-8 | 룶즽㈒룫霑F | 11101011101000111011011011101100101001101011110111100011100010001001001011101011101000111010101111101001100111001001000101000110 | eba3b6eca6bde38892eba3abe99c9146 |
UHC | 룶즽㈒룫霑F | 1000111110101011101000111000111110101001110000111000111110100010111011111100010101000110 | 8faba38fa9c38fa2efc546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)