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 | 11100111100111001010011011100111100101101001101011100111100101111001111001000010 | e79ca6e7969ae7979e42 |
EUC-JP | 逵ヲ逍夂璃B | 1110110111111100100011101010011011101101111101101101010011101001110011011111111001000010 | edfc8ea6edf6d4e9cdfe42 |
UTF-8 | 逵ヲ逍夂璃B | 11101001100000001011010111101111101111011010011011101001100000001000110111100101101001001000001011100111100100101000001101000010 | e980b5efbda6e9808de5a482e7928342 |
UHC | 逵?逍?璃B | 110100001011000000111111111000011100111000111111110101111110001101000010 | d0b03fe1ce3fd7e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)