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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 闡ケ逍夂璃B | 11101000100100011011100111100111100101101001101011100111100101111001111001000010 | e891b9e7969ae7979e42 |
EUC-JP | 闡ケ逍夂璃B | 1110111111110001100011101011100111101101111101101101010011101001110011011111111001000010 | eff18eb9edf6d4e9cdfe42 |
UTF-8 | 闡ケ逍夂璃B | 11101001100101111010000111101111101111011011100111101001100000001000110111100101101001001000001011100111100100101000001101000010 | e997a1efbdb9e9808de5a482e7928342 |
UHC | 闡?逍?璃B | 111101001100010100111111111000011100111000111111110101111110001101000010 | f4c53fe1ce3fd7e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)