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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 逵ゥ逖∫離Q] | 1110011110011100101010011110011110011000100000011110011110010111101000110101000101011101 | e79ca9e79881e797a3515d |
EUC-JP | 逵ゥ逖∫離Q] | 111011011111110010001110101010011110110111111000101000101110100111001110101001010101000101011101 | edfc8ea9edf8a2e9cea5515d |
UTF-8 | 逵ゥ逖∫離Q] | 1110100110000000101101011110111110111101101010011110100110000000100101101110001010001000101010111110100110011011101000100101000101011101 | e980b5efbda9e98096e288abe99ba2515d |
UHC | 逵??∫離Q] | 11010000101100000011111100111111101000011111001011010111111011100101000101011101 | d0b03f3fa1f2d7ee515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)